guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: cmake: Update to 3.5.0.


From: Efraim Flashner
Subject: 03/03: gnu: cmake: Update to 3.5.0.
Date: Thu, 17 Mar 2016 06:47:38 +0000

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

commit 2dbed47f5c09347c9af42c5f5bacfccbc1ab4aff
Author: Efraim Flashner <address@hidden>
Date:   Thu Mar 17 08:45:55 2016 +0200

    gnu: cmake: Update to 3.5.0.
    
    * gnu/packages/cmake.scm (cmake): Update to 3.5.0.
---
 gnu/packages/cmake.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cmake.scm b/gnu/packages/cmake.scm
index 35e3e1a..e8b292f 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -37,7 +37,7 @@
 (define-public cmake
   (package
     (name "cmake")
-    (version "3.4.3")
+    (version "3.5.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.cmake.org/files/v";
@@ -45,7 +45,7 @@
                                  "/cmake-" version ".tar.gz"))
              (sha256
               (base32
-               "1yl0z422gr7zfc638chifv343vx0ig5gasvrh7nzf7b15488qgxp"))
+               "1yly38mpk2s08b4rglp9xcw5pxalk0whp9hrcg7j8qpxlkc3mj4j"))
              (patches (list (search-patch "cmake-fix-tests.patch")))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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