python3Packages.oslo-utils: 8.2.0 -> 9.0.0

This commit is contained in:
R. Ryantm 2025-05-26 04:06:51 +00:00
parent 3108eaa516
commit 6ad885e480

View file

@ -37,13 +37,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "oslo-utils"; pname = "oslo-utils";
version = "8.2.0"; version = "9.0.0";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
pname = "oslo_utils"; pname = "oslo_utils";
inherit version; inherit version;
hash = "sha256-3PeNFLlo+3sUJjx3J4srkwp4YdPKqIfTpYsokPZlmDU="; hash = "sha256-1FobkOoUlliVYtOP6EP9p/okf5p+YXhIhZkdIPtmOkM=";
}; };
patches = [ patches = [