python3Packages.openstacksdk: 4.5.0 -> 4.6.0

This commit is contained in:
R. Ryantm
2025-06-12 01:17:16 +00:00
parent 3fa008da69
commit 9f2cdf5917
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "openstacksdk";
version = "4.5.0";
version = "4.6.0";
pyproject = true;
outputs = [
@@ -32,7 +32,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-q3oSQCB6aWm6Cc7ujxZlOAVzBne0SXqAbNlWczZR/mg=";
hash = "sha256-5H4WbEcy6a6mUijmGNSQ5L5d8GUmobleLVmV19CXfT0=";
};
postPatch = ''