me
/
guix
Archived
1
0
Fork 0

gnu: mpfr: Update to 3.1.3.

* gnu/packages/multiprecision.scm (mpfr): Update to 3.1.3.
master
Mark H Weaver 2015-07-10 14:28:14 -04:00
parent 302af59fc1
commit 87da4f1ed8
1 changed files with 2 additions and 2 deletions

View File

@ -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>