python3Packages.qiskit-nature: 0.2.2 -> 0.3.0

This commit is contained in:
Jonathan Ringer 2022-01-13 16:58:53 -08:00 committed by Martin Weinelt
parent 74f3ef7238
commit 9afba017d1

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "qiskit-nature";
version = "0.2.2";
version = "0.3.0";
disabled = pythonOlder "3.6";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "qiskit";
repo = pname;
rev = version;
sha256 = "sha256-nQbvH911Gt4KddG23qwmiXfRJTWwVEsrzPvuTQfy4FY=";
sha256 = "1lr198l2z9j1hw389vv6mgz6djkq4bw91r0hif58jpg8w6kmzsx9";
};
postPatch = ''