mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
python312Packages.qcs-api-client: 0.23.1 -> 0.23.3
Diff: https://github.com/rigetti/qcs-api-client-python/compare/refs/tags/v0.23.1...v0.23.3 Changelog: https://github.com/rigetti/qcs-api-client-python/releases/tag/v0.23.3
This commit is contained in:
parent
3c1b6f7534
commit
41fbf1d542
@ -22,7 +22,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "qcs-api-client";
|
||||
version = "0.23.1";
|
||||
version = "0.23.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
owner = "rigetti";
|
||||
repo = "qcs-api-client-python";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Z+RCjpSpfYU3oU5HQ8CzZfwqUjMHvCKVn+p2tq+VDxQ=";
|
||||
hash = "sha256-eo3+0Mk1ibUjAXlWBV7LGl0S9DhivN2Ij0ZkR2+pCp4=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user