We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802256c commit e9515abCopy full SHA for e9515ab
gvsbuild/projects/icu.py
@@ -26,9 +26,9 @@ def __init__(self):
26
self,
27
"icu",
28
repository="https://github.com/unicode-org/icu",
29
- version="76.1",
+ version="77.1",
30
archive_url="https://github.com/unicode-org/icu/releases/download/release-{major}-{minor}/icu4c-{major}_{minor}-src.zip",
31
- hash="14a1942185dda2c5a07bd74f20a220954a7d94149fb5ef3cc782b52d9817fb3f",
+ hash="d5cf533cf70cd49044d89eda3e74880328eb9426e6fd2b3cc8f9a963d2ad480e",
32
patches=["0001-Fix-circular-include-on-MS-Visual-Studio.patch"],
33
)
34
0 commit comments