Commit 118d0729 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.klayout: 0.29.12 -> 0.30.0

parent 33319c30
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@

buildPythonPackage rec {
  pname = "klayout";
  version = "0.29.12";
  version = "0.30.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-6eJpoxdrUuMBn78QTqvh8zfUH0B8YvWTQR28hZ7HLCY=";
    hash = "sha256-JMCc/jWZ5tpN7FaoswVS5r5GHP9qXz9SA5hiKS+1P38=";
  };

  build-system = [