guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: gmp: Update to 6.2.0.


From: guix-commits
Subject: 04/10: gnu: gmp: Update to 6.2.0.
Date: Tue, 21 Jan 2020 17:19:09 -0500 (EST)

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

commit 76feb6e74ba2aa57ab7d5e61d7b64c0d2a1fb557
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Jan 19 11:03:49 2020 +0100

    gnu: gmp: Update to 6.2.0.
    
    * gnu/packages/multiprecision.scm (gmp): Update to 6.2.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 36d035a..4d8c3d3 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -37,7 +37,7 @@
 (define-public gmp
   (package
    (name "gmp")
-   (version "6.1.2")
+   (version "6.2.0")
    (source (origin
             (method url-fetch)
             (uri
@@ -45,7 +45,7 @@
                             version ".tar.xz"))
             (sha256
              (base32
-              "04hrwahdxyqdik559604r7wrj9ffklwvipgfxgj4ys4skbl6bdc7"))
+              "09hmg8k63mbfrx1x3yy6y1yzbbq85kw5avbibhcgrg9z3ganr3i5"))
             (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]