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

python310Packages.qcs-api-client: 0.21.3 -> 0.21.4
This commit is contained in:
Fabian Affolter
2023-04-26 08:53:01 +02:00
committed by GitHub
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "qcs-api-client";
version = "0.21.3";
version = "0.21.4";
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-GEsCyqawLX6fTICjAOOREsO5FsmV6U/5+sDOW1v+VKE=";
hash = "sha256-eEN2K2x67dqTNsYMerLJIMV5xtRi4wiYvVql6JOcZh4=";
};
patches = [