Merge pull request #189662 from r-ryantm/auto-update/python310Packages.python-glanceclient

This commit is contained in:
Sandro 2022-09-04 01:53:44 +02:00 committed by GitHub
commit 6c5ba0ab84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''