python3Packages.qiskit-optimization: 0.4.0 -> 0.5.0

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:45 +01:00
parent 660245c4d6
commit 44a5709e67

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "qiskit-optimization";
version = "0.4.0";
version = "0.5.0";
disabled = pythonOlder "3.6";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "qiskit";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-7MksgbCID4x1qW06BCBzcbiS/eNHjZiDKIvKYTPx6cc=";
sha256 = "sha256-N4mf5ins0x+yUAIq+yyjSnUrHcaEhH/Jpid/QMhIjE0=";
};
postPatch = ''