python312Packages.qcs-api-client: 0.24.1 -> 0.25.0

This commit is contained in:
R. Ryantm 2024-04-10 11:52:18 +00:00
parent c81c241415
commit 80001d63f5
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [