Skip to content

Commit b8a7c5f

Browse files
Update ICU for tensorflow text
PiperOrigin-RevId: 810470109
1 parent aa839b1 commit b8a7c5f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

WORKSPACE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

55
http_archive(
66
name = "icu",
7-
strip_prefix = "icu-release-64-2",
8-
sha256 = "dfc62618aa4bd3ca14a3df548cd65fe393155edd213e49c39f3a30ccd618fc27",
7+
strip_prefix = "icu-release-75-1",
8+
sha256 = "1d2b0b169c9b5b29a3b5b3a3d242c0c7a8b9e6f3d9b0f4a4be8f75720b00b89e",
99
urls = [
10-
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/unicode-org/icu/archive/release-64-2.zip",
11-
"https://github.com/unicode-org/icu/archive/release-64-2.zip",
10+
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/unicode-org/icu/archive/refs/tags/release-75-1.zip",
11+
"https://github.com/unicode-org/icu/archive/refs/tags/release-75-1.zip",
1212
],
1313
build_file = "//third_party/icu:BUILD.bzl",
1414
patches = ["//third_party/icu:udata.patch"],

0 commit comments

Comments
 (0)