guix-commits
[Top][All Lists]
Advanced

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

09/09: gnu: cmake: Update to 3.14.0.


From: guix-commits
Subject: 09/09: gnu: cmake: Update to 3.14.0.
Date: Sun, 17 Mar 2019 12:02:37 -0400 (EDT)

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

commit e16cf2666ffae3d5c008f092630d1b65eb8b1598
Author: Marius Bakke <address@hidden>
Date:   Sun Mar 17 15:04:20 2019 +0100

    gnu: cmake: Update to 3.14.0.
    
    * gnu/packages/cmake.scm (cmake): Update to 3.14.0.
---
 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 5bd91b7..7772fbe 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -44,7 +44,7 @@
 (define-public cmake
   (package
     (name "cmake")
-    (version "3.13.1")
+    (version "3.14.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.cmake.org/files/v";
@@ -52,7 +52,7 @@
                                   "/cmake-" version ".tar.gz"))
               (sha256
                (base32
-                "04123d7fgnn1fs5p0nwyq397ss89r0y4wkg9a09qiwkjsvk1rzmy"))
+                "00jmwwkr3ybsr4hz4hgiv75zaak5yirp110zf131kby2ndkvlxma"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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