[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/14: gnu: CMake: Update to 3.14.5.
From: |
guix-commits |
Subject: |
02/14: gnu: CMake: Update to 3.14.5. |
Date: |
Sun, 16 Jun 2019 03:44:54 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 2489acc9bd1b23f989eca2612cabf95d48d3f17b
Author: Marius Bakke <address@hidden>
Date: Fri Jun 14 15:54:20 2019 +0200
gnu: CMake: Update to 3.14.5.
* gnu/packages/cmake.scm (cmake-minimal): Update to 3.14.5.
---
gnu/packages/cmake.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index e77c97e..8a0bba2 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -51,7 +51,7 @@
(define-public cmake-minimal
(package
(name "cmake-minimal")
- (version "3.14.4")
+ (version "3.14.5")
(source (origin
(method url-fetch)
(uri (string-append "https://www.cmake.org/files/v"
@@ -59,7 +59,7 @@
"/cmake-" version ".tar.gz"))
(sha256
(base32
- "1n9nzxq1dzbpa0pisdv7g57a8qr9b7n35vbfy489s1v602dxrd00"))
+ "01lcl6ynxfgqn09ncfz1gr24ha5pv1slk0azzaawaqrwpsgf8njh"))
(modules '((guix build utils)))
(snippet
'(begin
- branch core-updates updated (852d30a -> b1593c1), guix-commits, 2019/06/16
- 02/14: gnu: CMake: Update to 3.14.5.,
guix-commits <=
- 05/14: gnu: GnuTLS: Update to 3.6.8., guix-commits, 2019/06/16
- 01/14: gnu: freetype: Update to 2.10.0., guix-commits, 2019/06/16
- 03/14: gnu: curl: Update to 7.65.1., guix-commits, 2019/06/16
- 11/14: gnu: jbig2dec: Update to 0.16., guix-commits, 2019/06/16
- 04/14: gnu: harfbuzz: Update to 2.5.1., guix-commits, 2019/06/16
- 13/14: gnu: cross-base: Fix C++ cross-compilation problems with GCC 7., guix-commits, 2019/06/16
- 10/14: gnu: adb: Build against OpenSSL 1.0., guix-commits, 2019/06/16
- 14/14: gnu: bison: Disable parallel build., guix-commits, 2019/06/16
- 06/14: gnu: nghttp2: Update to 1.39.1., guix-commits, 2019/06/16
- 09/14: gnu: poppler: Update to 0.77.0., guix-commits, 2019/06/16