python3Packages.gsd: 3.4.2 -> 4.0.0

R. Ryantm 5affb840 9be32fbf

Changed files
+3 -3
pkgs
development
python-modules
+3 -3
pkgs/development/python-modules/gsd/default.nix
···
buildPythonPackage rec {
pname = "gsd";
-
version = "3.4.2";
+
version = "4.0.0";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "glotzerlab";
repo = "gsd";
tag = "v${version}";
-
hash = "sha256-sBO5tt85BVLUrqSVWUT/tYzeLWyvyyI9ZXjNLt9/uAE=";
+
hash = "sha256-8pEs1use/R7g0l6h+rxjpN5j8PznqkJpjLxqiupn9iY=";
};
build-system = [
···
description = "General simulation data file format";
mainProgram = "gsd";
homepage = "https://github.com/glotzerlab/gsd";
-
changelog = "https://github.com/glotzerlab/gsd/blob/v${version}/CHANGELOG.rst";
+
changelog = "https://github.com/glotzerlab/gsd/blob/${src.tag}/CHANGELOG.rst";
license = licenses.bsd2;
maintainers = [ ];
};