tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.qcs-api-client: 0.21.1 -> 0.21.2
Fabian Affolter
3 years ago
635239b6
9b9830c4
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
qcs-api-client
default.nix
+2
-2
pkgs/development/python-modules/qcs-api-client/default.nix
reviewed
···
20
20
21
21
buildPythonPackage rec {
22
22
pname = "qcs-api-client";
23
23
-
version = "0.21.1";
23
23
+
version = "0.21.2";
24
24
format = "pyproject";
25
25
26
26
disabled = pythonOlder "3.7";
···
29
29
owner = "rigetti";
30
30
repo = "qcs-api-client-python";
31
31
rev = "refs/tags/v${version}";
32
32
-
hash = "sha256-Fhu2XtreilkxwUZPmr79jFsNoajpLs0AzTMc7BaiduA=";
32
32
+
hash = "sha256-gQow1bNRPhUm4zRu2T5FpcgOTcS2F1TQIz8WP1K0Xww=";
33
33
};
34
34
35
35
nativeBuildInputs = [