me
/
guix
Archived
1
0
Fork 0

gnu: Update mpfr to 3.1.2.

* gnu/packages/multiprecision.scm (mpfr): Update to 3.1.2.
master
Andreas Enge 2013-03-22 13:04:41 +01:00
parent 847e7725e9
commit 14a3a67364
1 changed files with 2 additions and 2 deletions

View File

@ -70,13 +70,13 @@ faster algorithms.")
(define-public mpfr (define-public mpfr
(package (package
(name "mpfr") (name "mpfr")
(version "3.1.1") (version "3.1.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/mpfr/mpfr-" version (uri (string-append "mirror://gnu/mpfr/mpfr-" version
".tar.xz")) ".tar.xz"))
(sha256 (base32 (sha256 (base32
"0ym1ylcq803n52qrggxqmkz66gbn8ncc3ybawal31v5y5p1srma9")))) "0fs501qi8l523gs3cpy4jjcnvwxggyfbklcys80wq236xx3hz79r"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs `(("gmp" ,gmp))) ; <mpfr.h> refers to <gmp.h> (propagated-inputs `(("gmp" ,gmp))) ; <mpfr.h> refers to <gmp.h>
(synopsis "GNU MPFR, a library for multiple-precision floating-point (synopsis "GNU MPFR, a library for multiple-precision floating-point