guix-commits
[Top][All Lists]
Advanced

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

12/17: gnu: cmake: Update to 3.12.0.


From: Marius Bakke
Subject: 12/17: gnu: cmake: Update to 3.12.0.
Date: Sun, 22 Jul 2018 12:00:11 -0400 (EDT)

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

commit f2ca4fa5c34ba719fae8a2fd86cacc10c6096481
Author: Marius Bakke <address@hidden>
Date:   Thu Jul 19 14:48:42 2018 +0200

    gnu: cmake: Update to 3.12.0.
    
    * gnu/packages/cmake.scm (cmake): Update to 3.12.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 4146e55..e113048 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -44,7 +44,7 @@
 (define-public cmake
   (package
     (name "cmake")
-    (version "3.11.4")
+    (version "3.12.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
-                "1xc7zwmyfa7hdarwb4hmfhhs7i5bv9q6499y93hy6zcig2glx1lg"))
+                "0scxdgdrkrri0f5fm7cb969vcl4k1wanmhaa22fh9ffdys81ly6h"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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