From 0deee0f3cd98309c7076ef96884ce6774e347f7e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 8 Sep 2024 10:21:58 +0200 Subject: [PATCH] python312Packages.qcs-api-client: 0.25.3 -> 0.25.5 Diff: https://github.com/rigetti/qcs-api-client-python/compare/refs/tags/v0.25.3...v0.25.5 Changelog: https://github.com/rigetti/qcs-api-client-python/releases/tag/v0.25.5 --- pkgs/development/python-modules/qcs-api-client/default.nix | 6 ++++-- 1 file changed, 4 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 181fb7585e20..34984ec5755e 100644 --- a/pkgs/development/python-modules/qcs-api-client/default.nix +++ b/pkgs/development/python-modules/qcs-api-client/default.nix @@ -15,6 +15,7 @@ python-dateutil, pythonAtLeast, pythonOlder, + tenacity, respx, retrying, rfc3339, @@ -23,7 +24,7 @@ buildPythonPackage rec { pname = "qcs-api-client"; - version = "0.25.3"; + version = "0.25.5"; pyproject = true; disabled = pythonOlder "3.8"; @@ -32,7 +33,7 @@ buildPythonPackage rec { owner = "rigetti"; repo = "qcs-api-client-python"; rev = "refs/tags/v${version}"; - hash = "sha256-MkM7cRgDGjW8nh4JOqH0aKKlTV5qpQDLCR5kGfdKp2A="; + hash = "sha256-fVUvAXtZcMWBBK0wdGJA0oIneCNKI4GI2qNIc30HU9M="; }; patches = [ @@ -64,6 +65,7 @@ buildPythonPackage rec { python-dateutil retrying rfc3339 + tenacity toml ];