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
python3Packages.python-cinderclient: 9.7.0 -> 9.8.0
R. Ryantm
7 months ago
dded874e
8abf3959
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
python-cinderclient
default.nix
+2
-2
pkgs/development/python-modules/python-cinderclient/default.nix
reviewed
···
23
23
24
24
buildPythonPackage rec {
25
25
pname = "python-cinderclient";
26
26
-
version = "9.7.0";
26
26
+
version = "9.8.0";
27
27
pyproject = true;
28
28
29
29
disabled = pythonOlder "3.9";
···
31
31
src = fetchPypi {
32
32
pname = "python_cinderclient";
33
33
inherit version;
34
34
-
hash = "sha256-GMRQHlSWd5hNhbCxD9B0770mXjCt0qeW0oF2BVqNfc8=";
34
34
+
hash = "sha256-vT7p+Uh8XnmVfwGKaz8t7OcFna2PYVXYPdS265RHoR0=";
35
35
};
36
36
37
37
nativeBuildInputs = [