python310Packages.python-glanceclient: 4.3.0 -> 4.4.0

This commit is contained in:
R. Ryantm 2023-07-12 21:01:17 +00:00
parent ff6e67d2c2
commit e2b56b13b9

View File

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "python-glanceclient";
version = "4.3.0";
version = "4.4.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-5nwCPOc9GBxk9BItiaScfy1eljl+e0okFCEOVsHoXDQ=";
hash = "sha256-ejZuH/Zr23bmJ+7PfNQFO9lPNfo83GkNKa/0fpduBTI=";
};
postPatch = ''