guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mpfr: Update to 3.1.6.


From: Ludovic Courtès
Subject: 01/01: gnu: mpfr: Update to 3.1.6.
Date: Fri, 8 Sep 2017 06:23:20 -0400 (EDT)

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

commit acfb9d9624cc0ea0505e6a1615ca9665fc9ae294
Author: Ludovic Courtès <address@hidden>
Date:   Fri Sep 8 12:22:55 2017 +0200

    gnu: mpfr: Update to 3.1.6.
    
    * gnu/packages/multiprecision.scm (mpfr): Update to 3.1.6.
---
 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 b6d2d7f..69272eb 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -87,13 +87,13 @@ cryptography and computational algebra.")
 (define-public mpfr
   (package
    (name "mpfr")
-   (version "3.1.5")
+   (version "3.1.6")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/mpfr/mpfr-" version
                                 ".tar.xz"))
             (sha256 (base32
-                     "1g32l2fg8f62lcyzzh88y3fsh6rk539qc6ahhdgvx7wpnf1dwpq1"))))
+                     "0l598h9klpgkz2bp0rxiqb90mkqh9f2f81n5rpy191j00hdaqqks"))))
    (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]