python3Packages.oslo-i18n: 6.6.0 -> 6.7.0

This commit is contained in:
R. Ryantm
2025-11-17 08:38:15 +00:00
parent 5dec4550e8
commit c2edb9f66b

View File

@@ -11,13 +11,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "oslo-i18n"; pname = "oslo-i18n";
version = "6.6.0"; version = "6.7.0";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
pname = "oslo_i18n"; pname = "oslo_i18n";
inherit version; inherit version;
hash = "sha256-u1477O+i5ASIsln52xLMWtiU3TCbW1rKVjgv8ZDBj14="; hash = "sha256-0m1SlXtFCgSuD6Xjl4p+TF6gXTcC+2Hv2CqoCcpVx8w=";
}; };
postPatch = '' postPatch = ''