Merge pull request #303088 from r-ryantm/auto-update/python312Packages.qcs-api-client

python312Packages.qcs-api-client: 0.24.1 -> 0.25.0
This commit is contained in:
Fabian Affolter 2024-04-11 08:14:21 +02:00 committed by GitHub
commit 4e156d13ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [