[libc][test][NFC] bump mpfr version to 4.1.1

This commit is contained in:
Guillaume Chatelet 2022-11-21 09:38:42 +00:00
parent 13b8362f02
commit e7fb6c394f
1 changed files with 4 additions and 3 deletions

View File

@ -100,12 +100,13 @@ maybe(
],
)
# https://www.mpfr.org/mpfr-current/
maybe(
http_archive,
name = "mpfr",
build_file = "@llvm-raw//utils/bazel/third_party_build:mpfr.BUILD",
sha256 = "3127fe813218f3a1f0adf4e8899de23df33b4cf4b4b3831a5314f78e65ffa2d6",
strip_prefix = "mpfr-4.1.0",
urls = ["https://www.mpfr.org/mpfr-current/mpfr-4.1.0.tar.gz"],
sha256 = "9cbed5d0af0d9ed5e9f8dd013e17838eb15e1db9a6ae0d371d55d35f93a782a7",
strip_prefix = "mpfr-4.1.1",
urls = ["https://www.mpfr.org/mpfr-current/mpfr-4.1.1.tar.gz"],
)