me
/
guix
Archived
1
0
Fork 0

gnu: mpfr: Update to 4.2.0.

* gnu/packages/multiprecision.scm (mpfr): Update to 4.2.0.
master
Andreas Enge 2023-01-25 15:57:07 +01:00
parent ca124b098d
commit d26814f8b9
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -114,13 +114,13 @@ It is aimed at use in, for example, cryptography and computational algebra.")
(define-public mpfr
(package
(name "mpfr")
(version "4.1.1")
(version "4.2.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/mpfr/mpfr-" version
".tar.xz"))
(sha256 (base32
"0gf3ibi7kzz39zj72qc9r607clyhm80gs8wbp71zzfkxasyrblgz"))))
"14yr4sf4mys64nzbgnd997l6l4n8l9vsjnnvnb0lh4jh2ggpi8q6"))))
(build-system gnu-build-system)
(outputs '("out" "debug"))
(propagated-inputs (list gmp)) ; <mpfr.h> refers to <gmp.h>