distro: mpc: Upgrade to 1.0.

* distro/base.scm (mpc): Upgrade to 1.0.
This commit is contained in:
Ludovic Courtès 2012-09-05 21:47:26 +02:00
parent 2847050a61
commit a08cdce7ed
1 changed files with 2 additions and 2 deletions

View File

@ -595,14 +595,14 @@ double-precision floating-point arithmetic (53-bit mantissa).")
(define-public mpc
(package
(name "mpc")
(version "0.9")
(version "1.0")
(source (origin
(method http-fetch)
(uri (string-append
"http://www.multiprecision.org/mpc/download/mpc-"
version ".tar.gz"))
(sha256 (base32
"1b29n3gd9awla1645nmyy8dkhbhs1p0g504y0n94ai8d5x1gwgpx"))))
"00rxjmkpqnv6zzcyw9aa5w6rzaav32ys87km25zgfcv9i32km5cw"))))
(build-system gnu-build-system)
(inputs `(("gmp" ,gmp)
("mpfr" ,mpfr)))