lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.gsd: 3.4.2 -> 4.0.0

R. Ryantm 5affb840 9be32fbf

+3 -3
+3 -3
pkgs/development/python-modules/gsd/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "gsd"; 14 - version = "3.4.2"; 14 + version = "4.0.0"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 owner = "glotzerlab"; 21 21 repo = "gsd"; 22 22 tag = "v${version}"; 23 - hash = "sha256-sBO5tt85BVLUrqSVWUT/tYzeLWyvyyI9ZXjNLt9/uAE="; 23 + hash = "sha256-8pEs1use/R7g0l6h+rxjpN5j8PznqkJpjLxqiupn9iY="; 24 24 }; 25 25 26 26 build-system = [ ··· 47 47 description = "General simulation data file format"; 48 48 mainProgram = "gsd"; 49 49 homepage = "https://github.com/glotzerlab/gsd"; 50 - changelog = "https://github.com/glotzerlab/gsd/blob/v${version}/CHANGELOG.rst"; 50 + changelog = "https://github.com/glotzerlab/gsd/blob/${src.tag}/CHANGELOG.rst"; 51 51 license = licenses.bsd2; 52 52 maintainers = [ ]; 53 53 };