python310Packages.python-glanceclient: 4.1.0 -> 4.2.0

This commit is contained in:
Sandro Jäckel 2022-12-06 00:04:20 +01:00
parent 32df8276ec
commit c834eb8374

View File

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "python-glanceclient";
version = "4.1.0";
version = "4.2.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-fknYBKZzCA6sThugNQT5+p+/hqv8vW6M2LMMpbT+7rY=";
hash = "sha256-+CmOh9Dr6Gx8MLkR1u/YNpScOxIO7OUIbJAio+omOpg=";
};
postPatch = ''