python3Packages.oslo-utils: 6.0.0 -> 6.0.1

This commit is contained in:
Martin Weinelt
2022-09-19 10:37:38 +02:00
parent f4cc27e7b6
commit 3a2fd43ad0
@@ -23,12 +23,12 @@
buildPythonPackage rec {
pname = "oslo-utils";
version = "6.0.0";
version = "6.0.1";
src = fetchPypi {
pname = "oslo.utils";
inherit version;
sha256 = "sha256-CpLiTESWht7CgAlXZr4+uOV/EyXNpMbyEpVBVk5ei6g=";
sha256 = "sha256-mwRU+ZQV0MqsXIYFNxbXRtGY7Oxm5nLY5eY4a2+6orY=";
};
postPatch = ''