From dd01173e7e74fed1c86537ebb0992267346a68bb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 1 May 2025 14:14:34 +0000 Subject: [PATCH] python312Packages.qcs-api-client: 0.25.5 -> 0.26.5 --- pkgs/development/python-modules/qcs-api-client/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/qcs-api-client/default.nix b/pkgs/development/python-modules/qcs-api-client/default.nix index 69a37b8b0471..3f7a6b5e2f1c 100644 --- a/pkgs/development/python-modules/qcs-api-client/default.nix +++ b/pkgs/development/python-modules/qcs-api-client/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "qcs-api-client"; - version = "0.25.5"; + version = "0.26.5"; pyproject = true; disabled = pythonOlder "3.8"; @@ -33,7 +33,7 @@ buildPythonPackage rec { owner = "rigetti"; repo = "qcs-api-client-python"; tag = "v${version}"; - hash = "sha256-fVUvAXtZcMWBBK0wdGJA0oIneCNKI4GI2qNIc30HU9M="; + hash = "sha256-8ZD/vqWA1QnEQXz6P/+NIxe0go1Q/XQ3iRNL/TkoTmM="; }; patches = [ @@ -83,7 +83,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python library for accessing the Rigetti QCS API"; homepage = "https://qcs-api-client-python.readthedocs.io/"; - changelog = "https://github.com/rigetti/qcs-api-client-python/releases/tag/v${version}"; + changelog = "https://github.com/rigetti/qcs-api-client-python/releases/tag/${src.tag}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; };