summary refs log tree commit diff
path: root/pkgs/development/python-modules/qiskit-terra
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-02-10 17:51:10 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-02-10 18:27:19 +0100
commita98a01449045212ab3b822d1f158cb280985f63a (patch)
tree4f6d320cbc1c838e95ebbf2c7f088e558d20f481 /pkgs/development/python-modules/qiskit-terra
parent1983e27ac9aff5ec66a70a4a6e9f86f57574210e (diff)
downloadnixpkgs-a98a01449045212ab3b822d1f158cb280985f63a.tar
nixpkgs-a98a01449045212ab3b822d1f158cb280985f63a.tar.gz
nixpkgs-a98a01449045212ab3b822d1f158cb280985f63a.tar.bz2
nixpkgs-a98a01449045212ab3b822d1f158cb280985f63a.tar.lz
nixpkgs-a98a01449045212ab3b822d1f158cb280985f63a.tar.xz
nixpkgs-a98a01449045212ab3b822d1f158cb280985f63a.tar.zst
nixpkgs-a98a01449045212ab3b822d1f158cb280985f63a.zip
python3Packages.qiskit-terra: 0.16.1 -> 0.16.4
Diffstat (limited to 'pkgs/development/python-modules/qiskit-terra')
-rw-r--r--pkgs/development/python-modules/qiskit-terra/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/qiskit-terra/default.nix b/pkgs/development/python-modules/qiskit-terra/default.nix
index 89d39b718cd..ff51e82e351 100644
--- a/pkgs/development/python-modules/qiskit-terra/default.nix
+++ b/pkgs/development/python-modules/qiskit-terra/default.nix
@@ -56,7 +56,7 @@ in
 
 buildPythonPackage rec {
   pname = "qiskit-terra";
-  version = "0.16.1";
+  version = "0.16.4";
 
   disabled = pythonOlder "3.6";
 
@@ -64,7 +64,7 @@ buildPythonPackage rec {
     owner = "Qiskit";
     repo = pname;
     rev = version;
-    sha256 = "0007glsbrvq9swamvz8r76z9nzh46b388y0ds1dypczxpwlp9xcq";
+    sha256 = "sha256-/rWlPfpAHoMedKG42jfUYt0Ezq7i+9dkyPllavkg4cc=";
   };
 
   nativeBuildInputs = [ cython ];