python3Packages.oslo-config: 9.7.1 -> 9.8.0 (#409053)

This commit is contained in:
Sandro
2025-05-21 13:06:51 +02:00
committed by GitHub
@@ -16,13 +16,13 @@
buildPythonPackage rec {
pname = "oslo-config";
version = "9.7.1";
version = "9.8.0";
pyproject = true;
src = fetchPypi {
pname = "oslo_config";
inherit version;
hash = "sha256-VVizS8wrUvIgjoD8rZVaT3ssQbskW2RR1DpiGtEmO70=";
hash = "sha256-7qgAlQSr7mchN8WL2r2roYX0lrk8ha3SRuLNzr6dCKo=";
};
postPatch = ''