tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.python-heatclient: 3.2.0 -> 3.3.0
R. Ryantm
2 years ago
accecaad
9d58ec30
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
python-heatclient
default.nix
+2
-2
pkgs/development/python-modules/python-heatclient/default.nix
···
22
22
23
23
buildPythonPackage rec {
24
24
pname = "python-heatclient";
25
25
-
version = "3.2.0";
25
25
+
version = "3.3.0";
26
26
format = "setuptools";
27
27
28
28
disabled = pythonOlder "3.8";
29
29
30
30
src = fetchPypi {
31
31
inherit pname version;
32
32
-
hash = "sha256-LYjRjDeZp7LQeQFXLogyGy4LEgawTQED+5qRu799tWM=";
32
32
+
hash = "sha256-opBb9Zf60kgMtBNis2c+22VGS7psFEDPYvlz7WyKIHs=";
33
33
};
34
34
35
35
propagatedBuildInputs = [