guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: mpfr: Update to 3.1.3.


From: Mark H. Weaver
Subject: 06/11: gnu: mpfr: Update to 3.1.3.
Date: Sat, 11 Jul 2015 03:48:05 +0000

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

commit 87da4f1ed8ecd22c8337aac5d6b7d2bfb1fc9112
Author: Mark H Weaver <address@hidden>
Date:   Fri Jul 10 14:28:14 2015 -0400

    gnu: mpfr: Update to 3.1.3.
    
    * gnu/packages/multiprecision.scm (mpfr): Update to 3.1.3.
---
 gnu/packages/multiprecision.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm
index da52b2b..6e13603 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -69,13 +69,13 @@ cryptography and computational algebra.")
 (define-public mpfr
   (package
    (name "mpfr")
-   (version "3.1.2")
+   (version "3.1.3")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/mpfr/mpfr-" version
                                 ".tar.xz"))
             (sha256 (base32
-                     "0fs501qi8l523gs3cpy4jjcnvwxggyfbklcys80wq236xx3hz79r"))))
+                     "05jaa5z78lvrayld09nyr0v27c1m5dm9l7kr85v2bj4jv65s0db8"))))
    (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]