python311Packages.python-glanceclient: 4.5.0 -> 4.6.0

This commit is contained in:
R. Ryantm
2024-05-17 01:35:49 +00:00
parent ea77cefecb
commit e14cbde2f5
@@ -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 = ''