Skip to content

Commit

Permalink
Update dependency com_github_herumi_mcl to v1.95
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 21cf4d6 commit 3ba4b28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -379,15 +379,15 @@ def _com_github_herumi_mcl():
maybe(
http_archive,
name = "com_github_herumi_mcl",
strip_prefix = "mcl-1.88",
sha256 = "7fcc630c008e973dda88dd1d1cd2bb14face95ee3ed3b2f717fbb25d340d6ba5",
strip_prefix = "mcl-1.95",
sha256 = "021c863d7e9be42c4c03e2a0f394709a8609f04119a426041113d00d0030f86c",
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.95.tar.gz"],
)

def _lib25519():
Expand Down

0 comments on commit 3ba4b28

Please sign in to comment.