python3Packages.oslo-config: 10.5.0 -> 10.6.0

This commit is contained in:
R. Ryantm
2026-07-18 11:05:25 +00:00
parent bdc4412fd8
commit a5d57dc91f
@@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "oslo-config";
version = "10.5.0";
version = "10.6.0";
pyproject = true;
src = fetchPypi {
pname = "oslo_config";
inherit version;
hash = "sha256-juozVsk4KMLWG+oesZuM14YKPtr/StJnjXdN01NzDfo=";
hash = "sha256-vj/52hO+jxciDG2HocatOp2GQdLUEyTgS1f57vVyTFE=";
};
postPatch = ''