me
/
guix
Archived
1
0
Fork 0

gnu: mpc: Update to 1.2.1.

* gnu/packages/multiprecision.scm (mpc): Update to 1.2.1.
master
Andreas Enge 2020-10-23 13:40:55 +02:00
parent c773ce09d7
commit 1cbee05685
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 2 additions and 2 deletions

View File

@ -134,14 +134,14 @@ correct rounding.")
(define-public mpc
(package
(name "mpc")
(version "1.1.0")
(version "1.2.1")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://gnu/mpc/mpc-" version ".tar.gz"))
(sha256
(base32
"0biwnhjm3rx3hc0rfpvyniky4lpzsvdcwhmcn7f0h4iw2hwcb1b9"))))
"0n846hqfqvmsmim7qdlms0qr86f1hck19p12nq3g3z2x74n3sl0p"))))
(build-system gnu-build-system)
(outputs '("out" "debug"))
(propagated-inputs `(("gmp" ,gmp) ; <mpc.h> refers to both