Skip to content

Commit e9515ab

Browse files
committed
Update ICU to version 77.1
1 parent 802256c commit e9515ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gvsbuild/projects/icu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ def __init__(self):
2626
self,
2727
"icu",
2828
repository="https://github.com/unicode-org/icu",
29-
version="76.1",
29+
version="77.1",
3030
archive_url="https://github.com/unicode-org/icu/releases/download/release-{major}-{minor}/icu4c-{major}_{minor}-src.zip",
31-
hash="14a1942185dda2c5a07bd74f20a220954a7d94149fb5ef3cc782b52d9817fb3f",
31+
hash="d5cf533cf70cd49044d89eda3e74880328eb9426e6fd2b3cc8f9a963d2ad480e",
3232
patches=["0001-Fix-circular-include-on-MS-Visual-Studio.patch"],
3333
)
3434

0 commit comments

Comments
 (0)