guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: CMake: Update to 3.14.3.


From: guix-commits
Subject: 02/10: gnu: CMake: Update to 3.14.3.
Date: Sat, 4 May 2019 10:56:13 -0400 (EDT)

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

commit de7dae6e1014c749ce209f67e8db156dd2fc7b9e
Author: Marius Bakke <address@hidden>
Date:   Thu May 2 13:58:11 2019 +0200

    gnu: CMake: Update to 3.14.3.
    
    * gnu/packages/cmake.scm (cmake-minimal): Update to 3.14.3.
---
 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 b999c0c..179b3fe 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.0")
+    (version "3.14.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.cmake.org/files/v";
@@ -59,7 +59,7 @@
                                   "/cmake-" version ".tar.gz"))
               (sha256
                (base32
-                "00jmwwkr3ybsr4hz4hgiv75zaak5yirp110zf131kby2ndkvlxma"))
+                "0cmnyk9agdgwnc4svzafhddqgcrhvwp5cgmn54mih1qkx1j0np91"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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