guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: mpfr: Update to 4.1.1.


From: guix-commits
Subject: branch core-updates updated: gnu: mpfr: Update to 4.1.1.
Date: Sat, 19 Nov 2022 10:56:23 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new 8da7e38773 gnu: mpfr: Update to 4.1.1.
8da7e38773 is described below

commit 8da7e38773ee3a94e514d2146252a78ad5eea605
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Nov 19 17:55:45 2022 +0200

    gnu: mpfr: Update to 4.1.1.
    
    * gnu/packages/multiprecision.scm (mpfr): Update to 4.1.1.
---
 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 6c0d163a10..2c29ed4e41 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.0")
+   (version "4.1.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/mpfr/mpfr-" version
                                 ".tar.xz"))
             (sha256 (base32
-                     "0zwaanakrqjf84lfr5hfsdr7hncwv9wj0mchlr7cmxigfgqs760c"))))
+                     "0gf3ibi7kzz39zj72qc9r607clyhm80gs8wbp71zzfkxasyrblgz"))))
    (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]