guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: cmake: Update to 3.5.2.


From: Efraim Flashner
Subject: 04/04: gnu: cmake: Update to 3.5.2.
Date: Wed, 22 Jun 2016 03:52:39 +0000 (UTC)

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

commit a12f6f498a7d1087fdf901e9e9604baf702c6c1e
Author: Efraim Flashner <address@hidden>
Date:   Tue Jun 21 21:50:23 2016 +0300

    gnu: cmake: Update to 3.5.2.
    
    * gnu/packages/cmake.scm (cmake): Update to 3.5.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 7167eb6..ac88e59 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -37,7 +37,7 @@
 (define-public cmake
   (package
     (name "cmake")
-    (version "3.5.0")
+    (version "3.5.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.cmake.org/files/v";
@@ -45,7 +45,7 @@
                                  "/cmake-" version ".tar.gz"))
              (sha256
               (base32
-               "1yly38mpk2s08b4rglp9xcw5pxalk0whp9hrcg7j8qpxlkc3mj4j"))
+               "0ap6nlmv6nda942db43k9k9mhnm5dm3fsapzvy0vh6wq7l6l3n4j"))
              (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]