guix-commits
[Top][All Lists]
Advanced

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

06/43: gnu: cmake: Update to 3.12.1.


From: Marius Bakke
Subject: 06/43: gnu: cmake: Update to 3.12.1.
Date: Tue, 21 Aug 2018 11:25:54 -0400 (EDT)

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

commit f203e533861005431e26adbbd1bb053c22dbf0de
Author: Marius Bakke <address@hidden>
Date:   Sun Aug 19 19:53:38 2018 +0200

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



reply via email to

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