python313Packages.pyicu: 2.15.2 -> 2.15.3

Diff: https://gitlab.pyicu.org/main/pyicu/-/compare/v2.15.2...v2.15.3

Changelog: https://gitlab.pyicu.org/main/pyicu/-/raw/v2.15.3/CHANGES
This commit is contained in:
Fabian Affolter
2025-12-16 12:35:40 +01:00
committed by Fabian Affolter
parent 7e6743744e
commit 03d4ff265c
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pyicu";
version = "2.15.2";
version = "2.15.3";
pyproject = true;
src = fetchFromGitLab {
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "main";
repo = "pyicu";
tag = "v${version}";
hash = "sha256-Div3c4Lk9VTV1HrmvYKDn1a7moDNjG4OHA9Kv3+niKs=";
hash = "sha256-vbrl6n7X85sQIdgj+Z0Xr6x/L8roK5Z/mNj53zyWQGs=";
};
postPatch = ''