python310Packages.qcs-api-client: 0.21.1 -> 0.21.2

This commit is contained in:
Fabian Affolter 2022-10-03 08:51:10 +02:00
parent 9b9830c41f
commit 635239b68f

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "qcs-api-client";
version = "0.21.1";
version = "0.21.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "rigetti";
repo = "qcs-api-client-python";
rev = "refs/tags/v${version}";
hash = "sha256-Fhu2XtreilkxwUZPmr79jFsNoajpLs0AzTMc7BaiduA=";
hash = "sha256-gQow1bNRPhUm4zRu2T5FpcgOTcS2F1TQIz8WP1K0Xww=";
};
nativeBuildInputs = [