andreas pushed a commit to branch core-packages-team
in repository guix.
commit fb8d5d63aad83b0e0030cef0ace774bd4dd8cad2
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Mar 24 10:54:06 2025 +0100
gnu: mpfr: Update to 4.2.2.
* gnu/packages/multiprecision.scm (mpfr): Update to 4.2.2.
Change-Id: I07df931b5e8be7f4d90cb3b30685f026ac6c6276
---
gnu/packages/multiprecision.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm
index 016c2ba0ab..bafbc8b6c7 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -106,13 +106,13 @@ It is aimed at use in, for example, cryptography and
computational algebra.")
(define-public mpfr
(package
(name "mpfr")
- (version "4.2.1")
+ (version "4.2.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mpfr/mpfr-" version
".tar.xz"))
(sha256 (base32
- "1cnb3y7y351qg6r7ynwsgaykm7l2a8zg2nlljs4rf9k778shfy17"))))
+ "00ffqs0sssb81bx007d0k2wc7hsyxy4yiqil6xbais7p7qwa0yxn"))))
(arguments
(list
#:phases (if (system-hurd?)