mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: mpc: Update to 1.3.1.
* gnu/packages/multiprecision.scm (mpc): Update to 1.3.1.
This commit is contained in:
parent
d26814f8b9
commit
770d379d7b
1 changed files with 2 additions and 2 deletions
|
@ -135,14 +135,14 @@ (define-public mpfr
|
||||||
(define-public mpc
|
(define-public mpc
|
||||||
(package
|
(package
|
||||||
(name "mpc")
|
(name "mpc")
|
||||||
(version "1.2.1")
|
(version "1.3.1")
|
||||||
(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
|
||||||
"0n846hqfqvmsmim7qdlms0qr86f1hck19p12nq3g3z2x74n3sl0p"))))
|
"1f2rqz0hdrrhx4y1i5f8pv6yv08a876k1dqcm9s2p26gyn928r5b"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "debug"))
|
(outputs '("out" "debug"))
|
||||||
(propagated-inputs (list gmp ; <mpc.h> refers to both
|
(propagated-inputs (list gmp ; <mpc.h> refers to both
|
||||||
|
|
Loading…
Reference in a new issue