gnu: cmake: Update to 3.5.0.

* gnu/packages/cmake.scm (cmake): Update to 3.5.0.
This commit is contained in:
Efraim Flashner 2016-03-17 08:45:55 +02:00
parent 2a37ff2e67
commit 2dbed47f5c
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
(define-public cmake (define-public cmake
(package (package
(name "cmake") (name "cmake")
(version "3.4.3") (version "3.5.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.cmake.org/files/v" (uri (string-append "https://www.cmake.org/files/v"
@ -45,7 +45,7 @@
"/cmake-" version ".tar.gz")) "/cmake-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1yl0z422gr7zfc638chifv343vx0ig5gasvrh7nzf7b15488qgxp")) "1yly38mpk2s08b4rglp9xcw5pxalk0whp9hrcg7j8qpxlkc3mj4j"))
(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