Merge pull request #254650 from r-ryantm/auto-update/python310Packages.qutip

python310Packages.qutip: 4.7.2 -> 4.7.3
This commit is contained in:
OTABI Tomoya 2023-09-13 09:45:36 +09:00 committed by GitHub
commit b7c18fd960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "qutip";
version = "4.7.2";
version = "4.7.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-qItj+MSiFKBgRiz/1+AWsmMzdaQs6rFT1FWWHbReudY=";
hash = "sha256-cpzUHjZBpAbNEnYRuY1wUZouAEAgBaN9rWdxRSfI3bs=";
};
nativeBuildInputs = [