guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: mpc: Update to 1.1.0.


From: Marius Bakke
Subject: 04/07: gnu: mpc: Update to 1.1.0.
Date: Tue, 20 Feb 2018 13:55:27 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit e48859b2b2530befde1184e19a204fbde5537253
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 20 16:58:24 2018 +0100

    gnu: mpc: Update to 1.1.0.
    
    * gnu/packages/multiprecision.scm (mpc): Update to 1.1.0.
---
 gnu/packages/multiprecision.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm
index 4bfe0ac..7a1c0e0 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -112,14 +112,14 @@ correct rounding.")
 (define-public mpc
   (package
    (name "mpc")
-   (version "1.0.3")
+   (version "1.1.0")
    (source (origin
             (method url-fetch)
             (uri (string-append
                   "mirror://gnu/mpc/mpc-" version ".tar.gz"))
             (sha256
               (base32
-                "1hzci2zrrd7v3g1jk35qindq05hbl0bhjcyyisq9z209xb3fqzb1"))))
+                "0biwnhjm3rx3hc0rfpvyniky4lpzsvdcwhmcn7f0h4iw2hwcb1b9"))))
    (build-system gnu-build-system)
    (outputs '("out" "debug"))
    (propagated-inputs `(("gmp" ,gmp)              ; <mpc.h> refers to both



reply via email to

[Prev in Thread] Current Thread [Next in Thread]