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
(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