From 36106e4697fd1034212592c7de3d7c36dbd8c6ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 18:06:56 +0000 Subject: [PATCH] Update com_github_libtom_libtommath digest to 4929f09 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index bd32e1a3..99927f15 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 = "b549425eccb5de5c624f13d8c86216761ddf1b196695b2d9ae503d47797b98ad", type = "tar.gz", - strip_prefix = "libtommath-8314bde5e5c8e5d9331460130a9d1066e324f091", + strip_prefix = "libtommath-4929f09f4304d3a131c11d4e17915db51dfc71d5", 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/4929f09f4304d3a131c11d4e17915db51dfc71d5.tar.gz", ], build_file = "@yacl//bazel:libtommath.BUILD", )