Skip to content

Commit

Permalink
deps: update yacl (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
tongke6 authored Oct 23, 2024
1 parent 616686e commit fde113c
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 @@ -39,10 +39,10 @@ def _yacl():
http_archive,
name = "yacl",
urls = [
"https://github.com/secretflow/yacl/archive/refs/tags/0.4.5b7_nightly_20240930.tar.gz",
"https://github.com/secretflow/yacl/archive/refs/tags/0.4.5b8_nightly_20241014.tar.gz",
],
strip_prefix = "yacl-0.4.5b7_nightly_20240930",
sha256 = "cf8dc7cceb9c5d05df00f1c086feec99d554db3e3cbe101253cf2a5a1adb9072",
strip_prefix = "yacl-0.4.5b8_nightly_20241014",
sha256 = "9141792f07eba507ffd21c57ec3df2ad5fdf90ce605ffb7bc1b7b4e84a9c34fa",
)

def _libpsi():
Expand Down

0 comments on commit fde113c

Please sign in to comment.