guix-commits
[Top][All Lists]
Advanced

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

14/18: gnu: cmake: Update to 3.12.2.


From: Marius Bakke
Subject: 14/18: gnu: cmake: Update to 3.12.2.
Date: Sun, 9 Sep 2018 12:16:05 -0400 (EDT)

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

commit 334bd08c425efe9827d6baed415e7651a957e497
Author: Marius Bakke <address@hidden>
Date:   Sat Sep 8 07:07:32 2018 +0200

    gnu: cmake: Update to 3.12.2.
    
    * gnu/packages/cmake.scm (cmake): Update to 3.12.2.
---
 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 03bce8b..5abf087 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -44,7 +44,7 @@
 (define-public cmake
   (package
     (name "cmake")
-    (version "3.12.1")
+    (version "3.12.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.cmake.org/files/v";
@@ -52,7 +52,7 @@
                                   "/cmake-" version ".tar.gz"))
               (sha256
                (base32
-                "1ckswlaid3p2is1a80fmr4hgwpfsiif66giyx1z9ayhxx0n5qgf5"))
+                "19410mxgcyvk5q42phaclb1hz6rl08z4yj8iriq706p5k5bli5qg"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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