python310Packages.python-glanceclient: 4.0.1 -> 4.1.0

This commit is contained in:
R. Ryantm
2022-09-03 23:41:25 +00:00
parent 73ff5d3db3
commit 57b9c13e63
@@ -20,14 +20,14 @@
buildPythonApplication rec {
pname = "python-glanceclient";
version = "4.0.1";
version = "4.1.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-pfQnIvrZFw16eRF2kPxmthWpY7qWkBu9SUavQnXO8zQ=";
hash = "sha256-fknYBKZzCA6sThugNQT5+p+/hqv8vW6M2LMMpbT+7rY=";
};
postPatch = ''