python3Packages.oslo-utils: 6.1.0 -> 6.2.1

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:52 +02:00
parent d875c83d75
commit d538fc80a9
@@ -23,12 +23,12 @@
buildPythonPackage rec {
pname = "oslo-utils";
version = "6.1.0";
version = "6.2.1";
src = fetchPypi {
pname = "oslo.utils";
inherit version;
hash = "sha256-drwBCNUKypcraP7IKY55G1+8vrmlGifGmGtBsKamLus=";
hash = "sha256-EyK6BfoP88Gor8cn/PlF31qoLWWEcn0uBK8Di1roQkQ=";
};
postPatch = ''