gnu: mpc: Update to 1.1.0.

* gnu/packages/multiprecision.scm (mpc): Update to 1.1.0.
This commit is contained in:
Marius Bakke 2018-02-20 16:58:24 +01:00
parent 784d3b7e8e
commit e48859b2b2
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -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