python3Packages.oslo-config: 10.3.0 -> 10.4.0

This commit is contained in:
R. Ryantm
2026-05-26 02:41:10 +00:00
parent 0a6619d2fd
commit feb2e1ae96
@@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "oslo-config";
version = "10.3.0";
version = "10.4.0";
pyproject = true;
src = fetchPypi {
pname = "oslo_config";
inherit version;
hash = "sha256-xAWkCosFqpe7XCS7C4SZgaelt9VjBN9AYyciMSxY6so=";
hash = "sha256-KuPgJZNHTs17ZOxOsRSCrbTJKKeCZ7yCD1w/gCQLGXo=";
};
postPatch = ''