python3Packages.oslo-config: 10.6.0 -> 10.7.0 (#552620)

This commit is contained in:
Sandro
2026-08-14 11:28:06 +00:00
committed by GitHub

View File

@@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "oslo-config";
version = "10.6.0";
version = "10.7.0";
pyproject = true;
src = fetchPypi {
pname = "oslo_config";
inherit version;
hash = "sha256-vj/52hO+jxciDG2HocatOp2GQdLUEyTgS1f57vVyTFE=";
hash = "sha256-Tw/Uyn7P5RH7wOAS08Y/zlcAnzYBmenpzCMp7VXskR4=";
};
postPatch = ''