Skip to content

Commit 0e9b3c3

Browse files
authored
python312Packages.klayout: 0.29.8 -> 0.29.12 (#389722)
2 parents 3a593e6 + 0ca2f9c commit 0e9b3c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/klayout/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
buildPythonPackage rec {
1313
pname = "klayout";
14-
version = "0.29.8";
14+
version = "0.29.12";
1515
pyproject = true;
1616

1717
src = fetchPypi {
1818
inherit pname version;
19-
hash = "sha256-21EPhFb/JMZdyuHDXIxhnLTpHUPxKU24cnodH9oX2q8=";
19+
hash = "sha256-6eJpoxdrUuMBn78QTqvh8zfUH0B8YvWTQR28hZ7HLCY=";
2020
};
2121

2222
build-system = [

0 commit comments

Comments
 (0)