python3Packages.oslo-config: 10.4.0 -> 10.5.0

This commit is contained in:
R. Ryantm
2026-06-13 11:22:30 +00:00
parent 733bdb9f7a
commit 5f4b4cea1c
@@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "oslo-config";
version = "10.4.0";
version = "10.5.0";
pyproject = true;
src = fetchPypi {
pname = "oslo_config";
inherit version;
hash = "sha256-KuPgJZNHTs17ZOxOsRSCrbTJKKeCZ7yCD1w/gCQLGXo=";
hash = "sha256-juozVsk4KMLWG+oesZuM14YKPtr/StJnjXdN01NzDfo=";
};
postPatch = ''