[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: mpfr: Update to 3.1.4.
From: |
Andreas Enge |
Subject: |
01/01: gnu: mpfr: Update to 3.1.4. |
Date: |
Mon, 07 Mar 2016 19:15:42 +0000 |
andreas pushed a commit to branch core-updates
in repository guix.
commit 6e4e336ce14fc9bd64839154d743e3562114b2a7
Author: Andreas Enge <address@hidden>
Date: Mon Mar 7 20:12:38 2016 +0100
gnu: mpfr: Update to 3.1.4.
* gnu/packages/multiprecision.scm (mpfr): Update to 3.1.4.
---
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 ad50770..ba22119 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -81,13 +81,13 @@ cryptography and computational algebra.")
(define-public mpfr
(package
(name "mpfr")
- (version "3.1.3")
+ (version "3.1.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mpfr/mpfr-" version
".tar.xz"))
(sha256 (base32
- "05jaa5z78lvrayld09nyr0v27c1m5dm9l7kr85v2bj4jv65s0db8"))))
+ "1x8pcnpn1vxfzfsr0js07rwhwyq27fmdzcfjpzi5773ldnqi653n"))))
(build-system gnu-build-system)
(outputs '("out" "debug"))
(propagated-inputs `(("gmp" ,gmp))) ; <mpfr.h> refers to <gmp.h>