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

python310Packages.python-glanceclient: 4.3.0 -> 4.4.0
This commit is contained in:
Sandro 2023-07-13 01:00:27 +02:00 committed by GitHub
commit 9ca6833516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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