gnu: mpfr: Update to 4.1.1.
* gnu/packages/multiprecision.scm (mpfr): Update to 4.1.1.master
parent
589bf77361
commit
8da7e38773
|
@ -114,13 +114,13 @@ It is aimed at use in, for example, cryptography and computational algebra.")
|
||||||
(define-public mpfr
|
(define-public mpfr
|
||||||
(package
|
(package
|
||||||
(name "mpfr")
|
(name "mpfr")
|
||||||
(version "4.1.0")
|
(version "4.1.1")
|
||||||
(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
|
||||||
"0zwaanakrqjf84lfr5hfsdr7hncwv9wj0mchlr7cmxigfgqs760c"))))
|
"0gf3ibi7kzz39zj72qc9r607clyhm80gs8wbp71zzfkxasyrblgz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "debug"))
|
(outputs '("out" "debug"))
|
||||||
(propagated-inputs (list gmp)) ; <mpfr.h> refers to <gmp.h>
|
(propagated-inputs (list gmp)) ; <mpfr.h> refers to <gmp.h>
|
||||||
|
|
Reference in New Issue