python310Packages.gsd: 3.1.1 -> 3.2.0

This commit is contained in:
R. Ryantm 2023-10-14 07:02:49 +00:00
parent e0e9c52167
commit 8d907a76f5

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "gsd";
version = "3.1.1";
version = "3.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "glotzerlab";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-YeMdBELr5kfymVUEE8+cqGLgOPBqbbD+vh1e9XbRLB8=";
hash = "sha256-ceoHHEX44DrVgatV2EIS6gT9oVZkAx6OTFMZG/x4q64=";
};
nativeBuildInputs = [