python3Packages.pyicu: 2.15.3 -> 2.16.2

https://gitlab.pyicu.org/main/pyicu/-/raw/v2.16.2/CHANGES
This commit is contained in:
Martin Weinelt
2026-07-12 11:34:27 +02:00
parent 3b388808ec
commit 94e8ddc11b

View File

@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pyicu";
version = "2.15.3";
version = "2.16.2";
pyproject = true;
src = fetchFromGitLab {
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "main";
repo = "pyicu";
tag = "v${version}";
hash = "sha256-vbrl6n7X85sQIdgj+Z0Xr6x/L8roK5Z/mNj53zyWQGs=";
hash = "sha256-JCevXAL6+G+EXx4ikOANgFiI9YPhjY5fDFLFBmEs8Ro=";
};
postPatch = ''