python3Packages.oslo-utils: 10.0.0 -> 10.0.1

This commit is contained in:
R. Ryantm
2026-04-13 13:46:07 +02:00
committed by Sandro Jäckel
parent ceaa76259f
commit e3c1b1e1cd
@@ -35,13 +35,13 @@
buildPythonPackage rec {
pname = "oslo-utils";
version = "10.0.0";
version = "10.0.1";
pyproject = true;
src = fetchPypi {
pname = "oslo_utils";
inherit version;
hash = "sha256-u0ZxPnYNlERqCE9elMHPJzk1NpMIrYjuW1OReSPZw5M=";
hash = "sha256-Ib/Cm7TBzZr7TvdB+445Ro+lSF5gcX9PkPOtPc6KHyI=";
};
postPatch =