Merge pull request #312329 from r-ryantm/auto-update/python311Packages.python-glanceclient

python311Packages.python-glanceclient: 4.5.0 -> 4.6.0
This commit is contained in:
Sandro 2024-05-17 10:05:04 +02:00 committed by GitHub
commit dd4e353878
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@
}:
let
pname = "python-glanceclient";
version = "4.5.0";
version = "4.6.0";
disabledTests = [
"test_http_chunked_response"
@ -42,7 +42,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-ZGTE1be+S/4Tbhw6Px+9qMgkNTZgoDn6lnAJhNvVYuA=";
hash = "sha256-gJm4TzxtIjvkpOlbN82MPbY0JmDdiwlEMGGxZvTR+Po=";
};
postPatch = ''