From 8d5a86c1dd356d7bfc32d3b6e7e57cbd21d0d287 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 21:05:10 +0000 Subject: [PATCH] Update com_github_libtom_libtommath digest to 138309c --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 53c59f2c..45aaff9d 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -319,15 +319,15 @@ def _com_github_libtom_libtommath(): maybe( http_archive, name = "com_github_libtom_libtommath", - sha256 = "e3db842cf3a1feee34dfc2ee0da0657fe0c10fa64a4c7ad6dd13837261c909c7", + sha256 = "2b82f107879e5eaf69fe2647336becb79b4669b6093b99b6aa5cda95605d3627", type = "tar.gz", - strip_prefix = "libtommath-8314bde5e5c8e5d9331460130a9d1066e324f091", + strip_prefix = "libtommath-138309cfdc78978d5b86fc21f4d424a86c51e1eb", patch_args = ["-p1"], patches = [ "@yacl//bazel:patches/libtommath.patch", ], urls = [ - "https://github.com/libtom/libtommath/archive/8314bde5e5c8e5d9331460130a9d1066e324f091.tar.gz", + "https://github.com/libtom/libtommath/archive/138309cfdc78978d5b86fc21f4d424a86c51e1eb.tar.gz", ], build_file = "@yacl//bazel:libtommath.BUILD", )