guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: cmake: Update to 3.6.1.


From: Efraim Flashner
Subject: 08/08: gnu: cmake: Update to 3.6.1.
Date: Tue, 16 Aug 2016 06:51:23 +0000 (UTC)

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

commit 9bb1826651cf62cef4448b3bf4d9e55da3a0a8d8
Author: Efraim Flashner <address@hidden>
Date:   Tue Aug 16 08:44:51 2016 +0300

    gnu: cmake: Update to 3.6.1.
    
    * gnu/packages/cmake.scm (cmake): Update to 3.6.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 ac88e59..fe6375f 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -37,7 +37,7 @@
 (define-public cmake
   (package
     (name "cmake")
-    (version "3.5.2")
+    (version "3.6.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.cmake.org/files/v";
@@ -45,7 +45,7 @@
                                  "/cmake-" version ".tar.gz"))
              (sha256
               (base32
-               "0ap6nlmv6nda942db43k9k9mhnm5dm3fsapzvy0vh6wq7l6l3n4j"))
+               "04ggm9c0zklxypm6df1v4klrrd85m6vpv13kasj42za283n9ivi8"))
              (patches (search-patches "cmake-fix-tests.patch"))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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