guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: cmake: Update to 3.3.2.


From: ???
Subject: 05/06: gnu: cmake: Update to 3.3.2.
Date: Sat, 17 Oct 2015 06:48:57 +0000

iyzsong pushed a commit to branch dbus-update
in repository guix.

commit ecd9c37f1f720f344975337410ec3c77a1cf4a55
Author: 宋文武 <address@hidden>
Date:   Sat Oct 17 14:47:28 2015 +0800

    gnu: cmake: Update to 3.3.2.
    
    * gnu/packages/cmake.scm (cmake): Update to 3.3.2.
---
 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 128f037..9b8ebde 100644
--- a/gnu/packages/cmake.scm
+++ b/gnu/packages/cmake.scm
@@ -36,7 +36,7 @@
 (define-public cmake
   (package
     (name "cmake")
-    (version "3.3.1")
+    (version "3.3.2")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -44,7 +44,7 @@
                    (version-major+minor version)
                    "/cmake-" version ".tar.gz"))
              (sha256
-              (base32 "1mp32dqywk4dfw7zmpgp31axszv7h74yk69g273z21q7d8n04rfd"))
+              (base32 "08pwy9ip9cgwgynhn5vrjw8drw29gijy1rmziq22n65zds6ifnp7"))
              (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]