[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)))
- branch core-updates updated (8ed9be3 -> c2d837b), guix-commits, 2020/01/21
- 01/10: gnu: Remove texinfo@6.6, guix-commits, 2020/01/21
- 02/10: gnu: libcap: Update to 2.31., guix-commits, 2020/01/21
- 03/10: gnu: libcap: Enable tests., guix-commits, 2020/01/21
- 06/10: gnu: tzdata-for-tests: Update to 2019c., guix-commits, 2020/01/21
- 07/10: gnu: xorg-server-for-tests: Update to 1.20.7., guix-commits, 2020/01/21
- 10/10: gnu: orbit2: Disable parallel tests., guix-commits, 2020/01/21
- 09/10: gnu: make: Update to 4.3., guix-commits, 2020/01/21
- 04/10: gnu: gmp: Update to 6.2.0.,
guix-commits <=
- 05/10: gnu: guile@3.0: Do not inherit all patches from guile@2.2., guix-commits, 2020/01/21
- 08/10: gnu: ghostscript: Fix CVE-2019-14869., guix-commits, 2020/01/21