gnu: mpc: Update to 1.1.0.
* gnu/packages/multiprecision.scm (mpc): Update to 1.1.0.
This commit is contained in:
parent
784d3b7e8e
commit
e48859b2b2
@ -112,14 +112,14 @@ correct rounding.")
|
||||
(define-public mpc
|
||||
(package
|
||||
(name "mpc")
|
||||
(version "1.0.3")
|
||||
(version "1.1.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://gnu/mpc/mpc-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1hzci2zrrd7v3g1jk35qindq05hbl0bhjcyyisq9z209xb3fqzb1"))))
|
||||
"0biwnhjm3rx3hc0rfpvyniky4lpzsvdcwhmcn7f0h4iw2hwcb1b9"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "debug"))
|
||||
(propagated-inputs `(("gmp" ,gmp) ; <mpc.h> refers to both
|
||||
|
Loading…
Reference in New Issue
Block a user