Skip to content

Commit

Permalink
Bazel Build: Fix SEAL checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
philomath213 committed Sep 29, 2024
1 parent d56e30d commit 07e3206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tenseal/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def tenseal_deps():
http_archive(
name = "com_microsoft_seal",
build_file = "//third_party:seal.BUILD",
sha256 = "cb2d608656c09877e3c9dd260a9887094e4cfa8a9fe4127dac2ade0a4c172122",
sha256 = "af9bf0f0daccda2a8b7f344f13a5692e0ee6a45fea88478b2b90c35648bf2672",
strip_prefix = "SEAL-4.1.1",
urls = ["https://github.com/microsoft/SEAL/archive/v4.1.1.tar.gz"],
)
Expand Down

0 comments on commit 07e3206

Please sign in to comment.