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

python310Packages.qutip: 4.7.0 -> 4.7.1
This commit is contained in:
markuskowa 2022-12-19 22:21:23 +01:00 committed by GitHub
commit a2bd13fa32
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.0";
version = "4.7.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -26,8 +26,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-wGr6uTM6pFL2nvN4zdqPdEO8O3kjrRtKWx8luL1t9Sw=";
rev = "refs/tags/v${version}";
hash = "sha256-W5iqRWAB6D1Dnxz0Iyl7ZmP3yrXvLyV7BdBdIgFCiQY=";
};
nativeBuildInputs = [