python310Packages.gsd: 2.7.0 -> 2.8.0

This commit is contained in:
R. Ryantm 2023-02-26 22:25:02 +00:00
parent 2700684d64
commit 99beb76ded

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "gsd";
version = "2.7.0";
version = "2.8.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "glotzerlab";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-drzmlHfU2ut3o7JASvFbEcf6OVtWa8kAyzpeDV5iGlc=";
hash = "sha256-S2BEEGifHt4ZXOxCEtwXh7wr/n1fI+gwImnrEJmYjzI=";
};
nativeBuildInputs = [