python3Packages.oslo-config: 9.2.0 -> 9.4.0

This commit is contained in:
Martin Weinelt
2024-03-12 18:24:36 +01:00
parent 84f87ebc0d
commit 2d58d0da74
@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "oslo-config";
version = "9.2.0";
version = "9.4.0";
format = "setuptools";
src = fetchPypi {
pname = "oslo.config";
inherit version;
hash = "sha256-/+sBymWmA9VSWQXxqIozGb4Jzixqw3bEMSquwoMJWHg=";
hash = "sha256-NbEaZhtgjttQMF2tkeTjCBnZDveUt9fbpb2LLvLrjA0=";
};
postPatch = ''