guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: mpfr: Update to 4.2.0.


From: guix-commits
Subject: 01/02: gnu: mpfr: Update to 4.2.0.
Date: Wed, 25 Jan 2023 09:59:07 -0500 (EST)

andreas pushed a commit to branch core-updates
in repository guix.

commit d26814f8b936911d48bb004093713a525f2c6cf8
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Wed Jan 25 15:57:07 2023 +0100

    gnu: mpfr: Update to 4.2.0.
    
    * gnu/packages/multiprecision.scm (mpfr): Update to 4.2.0.
---
 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 2c29ed4e41..f3a4258270 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -114,13 +114,13 @@ It is aimed at use in, for example, cryptography and 
computational algebra.")
 (define-public mpfr
   (package
    (name "mpfr")
-   (version "4.1.1")
+   (version "4.2.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/mpfr/mpfr-" version
                                 ".tar.xz"))
             (sha256 (base32
-                     "0gf3ibi7kzz39zj72qc9r607clyhm80gs8wbp71zzfkxasyrblgz"))))
+                     "14yr4sf4mys64nzbgnd997l6l4n8l9vsjnnvnb0lh4jh2ggpi8q6"))))
    (build-system gnu-build-system)
    (outputs '("out" "debug"))
    (propagated-inputs (list gmp))            ; <mpfr.h> refers to <gmp.h>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]