python3Packages.oslo-i18n: 6.8.0 -> 6.9.0

This commit is contained in:
R. Ryantm
2026-07-12 02:05:52 +00:00
parent dd93798a29
commit 33b760a316
@@ -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 = ''