python311Packages.qutip: 4.7.4 -> 4.7.5

This commit is contained in:
annalee 2024-02-04 13:55:19 +00:00
parent edcd5ae003
commit 8c75884e0e
No known key found for this signature in database

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "qutip";
version = "4.7.4";
version = "4.7.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-gfWYlQoGESE+EryLVfsnmBq9xFf3d92xOmEz4A32iqU=";
hash = "sha256-4nXZPZFu9L+Okha3qvPil1KvLGO1EbrzotQjqQ8r9l8=";
};
nativeBuildInputs = [