Merge pull request #261005 from r-ryantm/auto-update/python310Packages.gsd

python310Packages.gsd: 3.1.1 -> 3.2.0
This commit is contained in:
Nick Cao 2023-10-14 10:17:11 -04:00 committed by GitHub
commit d6b525bf9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [