python3Packages.oslo-i18n: 6.8.0 -> 6.9.0 (#540931)

This commit is contained in:
Sandro
2026-08-04 13:15:02 +00:00
committed by GitHub
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "oslo-i18n";
version = "6.8.0";
version = "6.9.0";
pyproject = true;
src = fetchPypi {
pname = "oslo_i18n";
inherit version;
hash = "sha256-oLTGTBOWhp1xRNymCtl8frAo949h+RxwB1MSOAUZl98=";
hash = "sha256-V0vPIYc7GFBovOyVHeHsCTFY/9/wWoBV/Rjdy2n2nmU=";
};
postPatch = ''