gnu: mpc: Update to 1.0.3.
* gnu/packages/multiprecision.scm (mpc): Update to 1.0.3.
This commit is contained in:
parent
cd064df7bb
commit
945562d469
|
@ -1,6 +1,7 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2012, 2013 Ludovic Courtès <ludo@gnu.org>
|
||||
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
|
||||
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -88,13 +89,14 @@ floating-point computations with correct rounding.")
|
|||
(define-public mpc
|
||||
(package
|
||||
(name "mpc")
|
||||
(version "1.0.2")
|
||||
(version "1.0.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://gnu/mpc/mpc-" version ".tar.gz"))
|
||||
(sha256 (base32
|
||||
"1264h3ivldw5idph63x35dqqdzqqbxrm5vlir0xyx727i96zaqdm"))))
|
||||
(sha256
|
||||
(base32
|
||||
"1hzci2zrrd7v3g1jk35qindq05hbl0bhjcyyisq9z209xb3fqzb1"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "debug"))
|
||||
(propagated-inputs `(("gmp" ,gmp) ; <mpc.h> refers to both
|
||||
|
|
Loading…
Reference in New Issue