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