Skip to content

Commit

Permalink
SEAL 4.1.1 (#426)
Browse files Browse the repository at this point in the history
* master -> main

* SEAL 4.1.1

* Update version.py
  • Loading branch information
bcebere committed Jan 8, 2023
1 parent fbb0467 commit 1348659
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmake/seal.cmake
Expand Up @@ -7,7 +7,7 @@ set(SEAL_USE_INTEL_HEXL OFF)
FetchContent_Declare(
com_microsoft_seal
GIT_REPOSITORY https://github.com/microsoft/SEAL
GIT_TAG v4.1.0
GIT_TAG v4.1.1
)
FetchContent_MakeAvailable(com_microsoft_seal)

Expand Down
6 changes: 3 additions & 3 deletions tenseal/deps.bzl
Expand Up @@ -25,9 +25,9 @@ def tenseal_deps():
http_archive(
name = "com_microsoft_seal",
build_file = "//third_party:seal.BUILD",
sha256 = "337e847b01827adc2d3fd9ac8b79038651c425f8c723110522d33a3d169de0f9",
strip_prefix = "SEAL-4.1.0",
urls = ["https://github.com/microsoft/SEAL/archive/v4.1.0.tar.gz"],
sha256 = "cb2d608656c09877e3c9dd260a9887094e4cfa8a9fe4127dac2ade0a4c172122",
strip_prefix = "SEAL-4.1.1",
urls = ["https://github.com/microsoft/SEAL/archive/v4.1.1.tar.gz"],
)

if "com_xtensorstack_xtensor" not in native.existing_rules():
Expand Down
2 changes: 1 addition & 1 deletion tenseal/version.py
@@ -1 +1 @@
__version__ = "0.3.13"
__version__ = "0.3.14"

0 comments on commit 1348659

Please sign in to comment.