gnu: mpfr: Update to 3.1.4.
* gnu/packages/multiprecision.scm (mpfr): Update to 3.1.4.
This commit is contained in:
parent
2a8b3b4e22
commit
6e4e336ce1
1 changed files with 2 additions and 2 deletions
|
@ -81,13 +81,13 @@ (define-public gmp-6.0
|
|||
(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>
|
||||
|
|
Loading…
Reference in a new issue