summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorDrew Risinger <drewrisinger@users.noreply.github.com>2021-03-26 10:18:57 -0400
committerDrew Risinger <drewrisinger@users.noreply.github.com>2021-03-26 10:18:57 -0400
commit7afdc611d4ffbee373a28e6ef7af2285d549077f (patch)
tree1796797c0233dc6be79b499ee047228349b953fe /pkgs/development/python-modules
parentd69c3d1e48a8343cdab65fcac31e4326c0c0f4fb (diff)
downloadnixpkgs-7afdc611d4ffbee373a28e6ef7af2285d549077f.tar
nixpkgs-7afdc611d4ffbee373a28e6ef7af2285d549077f.tar.gz
nixpkgs-7afdc611d4ffbee373a28e6ef7af2285d549077f.tar.bz2
nixpkgs-7afdc611d4ffbee373a28e6ef7af2285d549077f.tar.lz
nixpkgs-7afdc611d4ffbee373a28e6ef7af2285d549077f.tar.xz
nixpkgs-7afdc611d4ffbee373a28e6ef7af2285d549077f.tar.zst
nixpkgs-7afdc611d4ffbee373a28e6ef7af2285d549077f.zip
python3Packages.qiskit-ibmq-provider: 0.12.1 -> 0.12.2
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/qiskit-ibmq-provider/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/qiskit-ibmq-provider/default.nix b/pkgs/development/python-modules/qiskit-ibmq-provider/default.nix
index 9346fae9743..80f060c6681 100644
--- a/pkgs/development/python-modules/qiskit-ibmq-provider/default.nix
+++ b/pkgs/development/python-modules/qiskit-ibmq-provider/default.nix
@@ -39,7 +39,7 @@ let
 in
 buildPythonPackage rec {
   pname = "qiskit-ibmq-provider";
-  version = "0.12.1";
+  version = "0.12.2";
 
   disabled = pythonOlder "3.6";
 
@@ -47,7 +47,7 @@ buildPythonPackage rec {
     owner = "Qiskit";
     repo = pname;
     rev = version;
-    sha256 = "1i5dj5dl0hxqd61bdflyy6yq958fj9qhf6s6m40n1vnql7g50gdx";
+    sha256 = "0yil363mqssq0453nrwxgkjivzk3a4jgbnaf21bp7lwfcl2jdhqm";
   };
 
   propagatedBuildInputs = [