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.python-glanceclient: 4.2.0 -> 4.3.0
R. Ryantm
3 years ago
82e9b7c5
01a88ede
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
python-glanceclient
default.nix
+2
-2
pkgs/development/python-modules/python-glanceclient/default.nix
reviewed
···
20
20
21
21
buildPythonPackage rec {
22
22
pname = "python-glanceclient";
23
23
-
version = "4.2.0";
23
23
+
version = "4.3.0";
24
24
format = "setuptools";
25
25
26
26
disabled = pythonOlder "3.8";
27
27
28
28
src = fetchPypi {
29
29
inherit pname version;
30
30
-
hash = "sha256-+CmOh9Dr6Gx8MLkR1u/YNpScOxIO7OUIbJAio+omOpg=";
30
30
+
hash = "sha256-5nwCPOc9GBxk9BItiaScfy1eljl+e0okFCEOVsHoXDQ=";
31
31
};
32
32
33
33
postPatch = ''