From 326102752912e27f7c60653ec22a49afba9c75db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 07:24:39 +0000 Subject: [PATCH] Update dependency com_github_herumi_mcl to v1.89 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 44962a2a..75dc749e 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -361,13 +361,13 @@ def _com_github_herumi_mcl(): maybe( http_archive, name = "com_github_herumi_mcl", - strip_prefix = "mcl-1.88", - sha256 = "7fcc630c008e973dda88dd1d1cd2bb14face95ee3ed3b2f717fbb25d340d6ba5", + strip_prefix = "mcl-1.89", + sha256 = "9090db4541ec26d524096353cc1988e3ecf0157907309b06575b73ce05dc08a1", type = "tar.gz", build_file = "@yacl//bazel:mcl.BUILD", patch_args = ["-p1"], patches = [ "@yacl//bazel:patches/mcl.patch", ], - urls = ["https://github.com/herumi/mcl/archive/refs/tags/v1.88.tar.gz"], + urls = ["https://github.com/herumi/mcl/archive/refs/tags/v1.89.tar.gz"], )