guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: gmp: Update to 6.2.1.


From: guix-commits
Subject: 02/03: gnu: gmp: Update to 6.2.1.
Date: Tue, 17 Nov 2020 09:29:28 -0500 (EST)

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

commit c04d146beab0883b8fb66d61aa0ddba167bc2fcc
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Nov 17 15:28:38 2020 +0100

    gnu: gmp: Update to 6.2.1.
    
    * gnu/packages/multiprecision.scm (gmp): Update to 6.2.1.
---
 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 32996dc..4aa4c6b 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -38,7 +38,7 @@
 (define-public gmp
   (package
    (name "gmp")
-   (version "6.2.0")
+   (version "6.2.1")
    (source (origin
             (method url-fetch)
             (uri
@@ -46,7 +46,7 @@
                             version ".tar.xz"))
             (sha256
              (base32
-              "09hmg8k63mbfrx1x3yy6y1yzbbq85kw5avbibhcgrg9z3ganr3i5"))
+              "1wml97fdmpcynsbw9yl77rj29qibfp652d0w3222zlfx5j8jjj7x"))
             (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]