gnu: mpfr: Update to 4.0.2.

* gnu/packages/multiprecision.scm (mpfr): Update to 4.0.2.
This commit is contained in:
Marius Bakke 2019-02-06 20:44:24 +01:00
parent 4ee5482a08
commit e34ae70788
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -93,13 +93,13 @@ algebra.")
(define-public mpfr
(package
(name "mpfr")
(version "4.0.1")
(version "4.0.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mpfr/mpfr-" version
".tar.xz"))
(sha256 (base32
"0vp1lrc08gcmwdaqck6bpzllkrykvp06vz5gnqpyw0v3h9h4m1v7"))))
"12m3amcavhpqygc499s3fzqlb8f2j2rr7fkqsm10xbjfc04fffqx"))))
(build-system gnu-build-system)
(outputs '("out" "debug"))
(propagated-inputs `(("gmp" ,gmp))) ; <mpfr.h> refers to <gmp.h>