Merge pull request #179762 from r-ryantm/auto-update/python3.10-qiskit-finance

python310Packages.qiskit-finance: 0.3.2 -> 0.3.3
This commit is contained in:
Fabian Affolter 2022-07-01 08:36:33 +02:00 committed by GitHub
commit 4b1d8b4b83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "qiskit-finance";
version = "0.3.2";
version = "0.3.3";
disabled = pythonOlder "3.6";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "qiskit";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-ZmK4nYuv3DBJ0Ah819zGAh7inGVBWDnzJvl0FABJ6KU=";
sha256 = "sha256-1XM4gBuMsvjwU4GSdQJobMyyDFZOOTbwvnUPG0nXFoc=";
};
postPatch = ''