From 7f0746bf5778d35ec73fa2ee52e1ab9396406171 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 7 Apr 2024 19:52:38 +0200 Subject: [PATCH] python312Packages.qcs-api-client: 0.23.3 -> 0.24.1 Diff: https://github.com/rigetti/qcs-api-client-python/compare/refs/tags/v0.23.3...v0.24.1 Changelog: https://github.com/rigetti/qcs-api-client-python/releases/tag/v0.24.1 --- pkgs/development/python-modules/qcs-api-client/default.nix | 4 ++-- 1 file 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 10b7cb489168..d14554e4d764 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.23.3"; + version = "0.24.1"; 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-eo3+0Mk1ibUjAXlWBV7LGl0S9DhivN2Ij0ZkR2+pCp4="; + hash = "sha256-7PgWIAHwMcuKXHxTX66xmLP1VTNYWecTIMbWoTQqmjs="; }; patches = [