Fabian Affolter 2024-04-07 19:52:38 +02:00
parent 8a9b30ede7
commit 7f0746bf57
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "qcs-api-client";
version = "0.23.3";
version = "0.24.1";
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-eo3+0Mk1ibUjAXlWBV7LGl0S9DhivN2Ij0ZkR2+pCp4=";
hash = "sha256-7PgWIAHwMcuKXHxTX66xmLP1VTNYWecTIMbWoTQqmjs=";
};
patches = [