python310Packages.qcs-api-client: 0.21.4 -> 0.21.5

This commit is contained in:
R. Ryantm
2023-05-06 22:43:20 +00:00
parent d8ede6fd84
commit a9a65e06a3
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "qcs-api-client";
version = "0.21.4";
version = "0.21.5";
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-eEN2K2x67dqTNsYMerLJIMV5xtRi4wiYvVql6JOcZh4=";
hash = "sha256-lw6jswIaqDFExz/hjIrpZf4BC757l83MeCfOyZaTbfg=";
};
patches = [