diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 1aa54f9..f7e1b1e 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -161,13 +161,13 @@ def _com_github_microsoft_seal(): maybe( http_archive, name = "com_github_microsoft_seal", - sha256 = "af9bf0f0daccda2a8b7f344f13a5692e0ee6a45fea88478b2b90c35648bf2672", - strip_prefix = "SEAL-4.1.1", + sha256 = "55601ea4c9ab96eb29a8e37027637774e64a2868d02852474d625ffced0b92cb", + strip_prefix = "SEAL-4.1.2", type = "tar.gz", patch_args = ["-p1"], patches = ["@psi//bazel:patches/seal.patch"], urls = [ - "https://github.com/microsoft/SEAL/archive/refs/tags/v4.1.1.tar.gz", + "https://github.com/microsoft/SEAL/archive/refs/tags/v4.1.2.tar.gz", ], build_file = "@psi//bazel:seal.BUILD", )