about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-04-11 08:14:21 +0200
committerGitHub <noreply@github.com>2024-04-11 08:14:21 +0200
commit4e156d13edacf0eca12a96d749025152b39b45d6 (patch)
tree1e68078f6baf729b290316c728ea1d3b74e10a10 /pkgs/development
parenta7a1123467771f426f48272eb8b762e727ee0204 (diff)
parent80001d63f5af63a4d6d9af345d0f2e4876be382a (diff)
Merge pull request #303088 from r-ryantm/auto-update/python312Packages.qcs-api-client
python312Packages.qcs-api-client: 0.24.1 -> 0.25.0
Diffstat (limited to 'pkgs/development')
-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 d14554e4d764c..98e3b05812f1c 100644
--- a/pkgs/development/python-modules/qcs-api-client/default.nix
+++ b/pkgs/development/python-modules/qcs-api-client/default.nix
@@ -23,7 +23,7 @@
 
 buildPythonPackage rec {
   pname = "qcs-api-client";
-  version = "0.24.1";
+  version = "0.25.0";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
     owner = "rigetti";
     repo = "qcs-api-client-python";
     rev = "refs/tags/v${version}";
-    hash = "sha256-7PgWIAHwMcuKXHxTX66xmLP1VTNYWecTIMbWoTQqmjs=";
+    hash = "sha256-dKjiicrPLRlaIwHwSqpY5dBMTzrZD4xfw3h54IN3rh0=";
   };
 
   patches = [