gnu: cmake: Update to 3.3.2.

* gnu/packages/cmake.scm (cmake): Update to 3.3.2.
This commit is contained in:
宋文武 2015-10-17 14:47:28 +08:00
parent d18c3c646c
commit ecd9c37f1f

View file

@ -36,7 +36,7 @@ (define-module (gnu packages cmake)
(define-public cmake (define-public cmake
(package (package
(name "cmake") (name "cmake")
(version "3.3.1") (version "3.3.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -44,7 +44,7 @@ (define-public cmake
(version-major+minor version) (version-major+minor version)
"/cmake-" version ".tar.gz")) "/cmake-" version ".tar.gz"))
(sha256 (sha256
(base32 "1mp32dqywk4dfw7zmpgp31axszv7h74yk69g273z21q7d8n04rfd")) (base32 "08pwy9ip9cgwgynhn5vrjw8drw29gijy1rmziq22n65zds6ifnp7"))
(patches (list (search-patch "cmake-fix-tests.patch"))))) (patches (list (search-patch "cmake-fix-tests.patch")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments