Skip to content

Commit b69e16a

Browse files
committed
python312Packages.gsd: 3.4.0 -> 3.4.2
1 parent dfd6a4a commit b69e16a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

1313
buildPythonPackage rec {
1414
pname = "gsd";
15-
version = "3.4.0";
15+
version = "3.4.2";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
owner = "glotzerlab";
2222
repo = "gsd";
2323
rev = "refs/tags/v${version}";
24-
hash = "sha256-4HJZZ5UUENHhKePfau6KT4E4qA9YCGpe/IMLyf5egsk=";
24+
hash = "sha256-sBO5tt85BVLUrqSVWUT/tYzeLWyvyyI9ZXjNLt9/uAE=";
2525
};
2626

2727
build-system = [

0 commit comments

Comments
 (0)