Commit 0ca2f9cf authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.klayout: 0.29.8 -> 0.29.12

parent 573c650e
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.8";
  version = "0.29.12";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-21EPhFb/JMZdyuHDXIxhnLTpHUPxKU24cnodH9oX2q8=";
    hash = "sha256-6eJpoxdrUuMBn78QTqvh8zfUH0B8YvWTQR28hZ7HLCY=";
  };

  build-system = [