python310Packages.gsd: 2.8.0 -> 2.8.1

This commit is contained in:
R. Ryantm 2023-05-04 11:13:24 +00:00
parent 58f8ca5fd4
commit 4fb94eae0f

View file

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