python312Packages.oslo-i18n: 6.4.0 -> 6.5.0

This commit is contained in:
R. Ryantm
2024-12-26 10:40:54 +00:00
parent bfaeff093d
commit f5245d579e
@@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "oslo-i18n";
version = "6.4.0";
version = "6.5.0";
pyproject = true;
src = fetchPypi {
pname = "oslo.i18n";
inherit version;
hash = "sha256-ZuBMBB6f8X0H4T7H9IKV+8NhaRQ8csojUqPvzJjntgg=";
hash = "sha256-k5O8rpLq3F93ETLRxqsjmxmJb/bYheOvwhqfqk3pJNM=";
};
postPatch = ''