gnu: mpfr: Update to 4.2.1.

This fixes building mpfr with glibc-2.38.

* gnu/packages/multiprecision.scm (mpfr): Update to 4.2.1.

Change-Id: Ib8a8eecc9e72587e0fc1b8b0ee965aa274b85c7b
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Janneke Nieuwenhuizen 2023-12-07 21:28:24 +01:00 committed by Ludovic Courtès
parent 61c6d0bdd8
commit a488866c5f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -123,13 +123,13 @@ (define-public gmp-6.0
(define-public mpfr
(package
(name "mpfr")
(version "4.2.0")
(version "4.2.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mpfr/mpfr-" version
".tar.xz"))
(sha256 (base32
"14yr4sf4mys64nzbgnd997l6l4n8l9vsjnnvnb0lh4jh2ggpi8q6"))))
"1cnb3y7y351qg6r7ynwsgaykm7l2a8zg2nlljs4rf9k778shfy17"))))
(arguments
(list
#:phases (if (system-hurd?)