nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.python-glanceclient: 4.2.0 -> 4.3.0

+2 -2
+2 -2
pkgs/development/python-modules/python-glanceclient/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "python-glanceclient"; 23 - version = "4.2.0"; 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 - hash = "sha256-+CmOh9Dr6Gx8MLkR1u/YNpScOxIO7OUIbJAio+omOpg="; 30 + hash = "sha256-5nwCPOc9GBxk9BItiaScfy1eljl+e0okFCEOVsHoXDQ="; 31 31 }; 32 32 33 33 postPatch = ''