Merge pull request #257607 from fabaff/qcs-api-client-bump

python311Packages.qcs-api-client: 0.21.6 -> 0.23.1
This commit is contained in:
Fabian Affolter 2023-09-27 13:22:12 +02:00 committed by GitHub
commit dae55535bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "qcs-api-client";
version = "0.21.6";
version = "0.23.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "rigetti";
repo = "qcs-api-client-python";
rev = "refs/tags/v${version}";
hash = "sha256-1vXqwir3lAM+m/HGHWuXl20muAOasEWo1H0RjUCShTM=";
hash = "sha256-Z+RCjpSpfYU3oU5HQ8CzZfwqUjMHvCKVn+p2tq+VDxQ=";
};
patches = [