mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
python: qiskit: 0.6.1 -> 0.7.2
This commit is contained in:
parent
6a68bdac9a
commit
761bc897b8
@ -21,13 +21,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "qiskit";
|
||||
version = "0.6.1";
|
||||
version = "0.7.2";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "601e8db4db470593b94a32495c6e90e2db11a9382817a34584520573a7b8cc38";
|
||||
sha256 = "08c7f7ccd32a5cb0c0a0c4f63d6ff068d659c9c0b51e2df6f2054e586e8bfa19";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake ]
|
||||
|
Loading…
Reference in New Issue
Block a user