We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3bcad1 + b69e16a commit a146b20Copy full SHA for a146b20
pkgs/development/python-modules/gsd/default.nix
@@ -12,7 +12,7 @@
12
13
buildPythonPackage rec {
14
pname = "gsd";
15
- version = "3.4.0";
+ version = "3.4.2";
16
pyproject = true;
17
18
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
21
owner = "glotzerlab";
22
repo = "gsd";
23
rev = "refs/tags/v${version}";
24
- hash = "sha256-4HJZZ5UUENHhKePfau6KT4E4qA9YCGpe/IMLyf5egsk=";
+ hash = "sha256-sBO5tt85BVLUrqSVWUT/tYzeLWyvyyI9ZXjNLt9/uAE=";
25
};
26
27
build-system = [
0 commit comments