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


From: Efraim Flashner
Subject: 01/01: gnu: mpfr: Update to 3.1.5.
Date: Sun, 27 Nov 2016 16:49:27 +0000 (UTC)

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

commit bd128e2e8f68d08a1ca5c4730caee068a49c43ba
Author: Efraim Flashner <address@hidden>
Date:   Sun Nov 27 10:45:23 2016 +0200

    gnu: mpfr: Update to 3.1.5.
    
    * gnu/packages/multiprecision.scm (mpfr): Update to 3.1.5.
---
 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 23ae68a..02e0d13 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -80,13 +80,13 @@ cryptography and computational algebra.")
 (define-public mpfr
   (package
    (name "mpfr")
-   (version "3.1.4")
+   (version "3.1.5")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/mpfr/mpfr-" version
                                 ".tar.xz"))
             (sha256 (base32
-                     "1x8pcnpn1vxfzfsr0js07rwhwyq27fmdzcfjpzi5773ldnqi653n"))))
+                     "1g32l2fg8f62lcyzzh88y3fsh6rk539qc6ahhdgvx7wpnf1dwpq1"))))
    (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]