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.0.


From: guix-commits
Subject: branch core-updates updated: gnu: mpfr: Update to 4.1.0.
Date: Tue, 28 Jul 2020 09:00:46 -0400

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

andreas 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 5b3ac39  gnu: mpfr: Update to 4.1.0.
5b3ac39 is described below

commit 5b3ac39bf833d77de80edbfd36e8143eba77bb07
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Mon Jul 27 15:39:01 2020 +0200

    gnu: mpfr: Update to 4.1.0.
    
    * gnu/packages/multiprecision.scm (mpfr): Update to 4.1.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 b3a5ec5..c1880e3 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -113,13 +113,13 @@ It is aimed at use in, for example, cryptography and 
computational algebra.")
 (define-public mpfr
   (package
    (name "mpfr")
-   (version "4.0.2")
+   (version "4.1.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/mpfr/mpfr-" version
                                 ".tar.xz"))
             (sha256 (base32
-                     "12m3amcavhpqygc499s3fzqlb8f2j2rr7fkqsm10xbjfc04fffqx"))))
+                     "0zwaanakrqjf84lfr5hfsdr7hncwv9wj0mchlr7cmxigfgqs760c"))))
    (build-system gnu-build-system)
    (outputs '("out" "debug"))
    (propagated-inputs `(("gmp" ,gmp)))            ; <mpfr.h> refers to <gmp.h>



reply via email to

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