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.4 -> 0.21.5
R. Ryantm
2 years ago
a9a65e06
d8ede6fd
+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
···
22
22
23
23
buildPythonPackage rec {
24
24
pname = "qcs-api-client";
25
25
-
version = "0.21.4";
25
25
+
version = "0.21.5";
26
26
format = "pyproject";
27
27
28
28
disabled = pythonOlder "3.7";
···
31
31
owner = "rigetti";
32
32
repo = "qcs-api-client-python";
33
33
rev = "refs/tags/v${version}";
34
34
-
hash = "sha256-eEN2K2x67dqTNsYMerLJIMV5xtRi4wiYvVql6JOcZh4=";
34
34
+
hash = "sha256-lw6jswIaqDFExz/hjIrpZf4BC757l83MeCfOyZaTbfg=";
35
35
};
36
36
37
37
patches = [