File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44
55http_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" ],
You can’t perform that action at this time.
0 commit comments