guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gmp: Update to 6.1.2.


From: Andreas Enge
Subject: 01/01: gnu: gmp: Update to 6.1.2.
Date: Thu, 29 Dec 2016 23:39:08 +0000 (UTC)

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

commit 89ccb1d88132be14180ca3068df57d685dacdb08
Author: Andreas Enge <address@hidden>
Date:   Fri Dec 30 00:38:24 2016 +0100

    gnu: gmp: Update to 6.1.2.
    
    * gnu/packages/multiprecision.scm (gmp): Update to 6.1.2.
---
 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 02e0d13..80fb11a 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -31,7 +31,7 @@
 (define-public gmp
   (package
    (name "gmp")
-   (version "6.1.1")
+   (version "6.1.2")
    (source (origin
             (method url-fetch)
             (uri
@@ -39,7 +39,7 @@
                             version ".tar.xz"))
             (sha256
              (base32
-              "0cg84n482gcvl0s4xq4wgwsk4r0x0m8dnzpizwqdd2j8vw2rqvnk"))
+              "04hrwahdxyqdik559604r7wrj9ffklwvipgfxgj4ys4skbl6bdc7"))
             (patches (search-patches "gmp-faulty-test.patch"))))
    (build-system gnu-build-system)
    (native-inputs `(("m4" ,m4)))



reply via email to

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