about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-10-04 09:08:18 +0200
committerGitHub <noreply@github.com>2022-10-04 09:08:18 +0200
commitc83b109d1d6f82a6dc92e18e05acbd36a9f0f8a0 (patch)
treeeccb92f543d1909edccd3f75208751c434a2af28 /pkgs
parent50f51b24c43b4fdce4084158abd40641c23e681f (diff)
parent635239b68f20904e1af493c6f4f6872e52abe8d7 (diff)
Merge pull request #194179 from fabaff/qcs-api-client-bump
python310Packages.qcs-api-client: 0.21.1 -> 0.21.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/qcs-api-client/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/qcs-api-client/default.nix b/pkgs/development/python-modules/qcs-api-client/default.nix
index 925d2e014a03d..22e29ce3a762c 100644
--- a/pkgs/development/python-modules/qcs-api-client/default.nix
+++ b/pkgs/development/python-modules/qcs-api-client/default.nix
@@ -20,7 +20,7 @@
 
 buildPythonPackage rec {
   pname = "qcs-api-client";
-  version = "0.21.1";
+  version = "0.21.2";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
     owner = "rigetti";
     repo = "qcs-api-client-python";
     rev = "refs/tags/v${version}";
-    hash = "sha256-Fhu2XtreilkxwUZPmr79jFsNoajpLs0AzTMc7BaiduA=";
+    hash = "sha256-gQow1bNRPhUm4zRu2T5FpcgOTcS2F1TQIz8WP1K0Xww=";
   };
 
   nativeBuildInputs = [