From e12e484575c77105e916223dc3a3553666216d0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 06:10:42 +0000 Subject: [PATCH] Update dependency com_github_herumi_mcl to v1.87 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 1fb34107..4211909d 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -356,13 +356,13 @@ def _com_github_herumi_mcl(): maybe( http_archive, name = "com_github_herumi_mcl", - strip_prefix = "mcl-1.86.0", - sha256 = "a3ab1cd01a6419f46210fd5874e795e37a4565fa305e0302301b31ffed208872", + strip_prefix = "mcl-1.87", + sha256 = "3c7438e240ed385182c3bdf597913dd77841598126eba1afa29dd78a339c8110", 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.86.0.tar.gz"], + urls = ["https://github.com/herumi/mcl/archive/refs/tags/v1.87.tar.gz"], )