gnu: cmake: Download over HTTPS.

Reported by Gxsdnewb on #guix.

* gnu/packages/cmake.scm (cmake)[source]: Use 'https' URL.
This commit is contained in:
Ludovic Courtès 2015-11-03 22:39:18 +01:00
parent b18812b6a4
commit 4ebdefc07a

View file

@ -39,12 +39,12 @@ (define-public cmake
(version "3.3.2")
(source (origin
(method url-fetch)
(uri (string-append
"http://www.cmake.org/files/v"
(version-major+minor version)
"/cmake-" version ".tar.gz"))
(uri (string-append "https://www.cmake.org/files/v"
(version-major+minor version)
"/cmake-" version ".tar.gz"))
(sha256
(base32 "08pwy9ip9cgwgynhn5vrjw8drw29gijy1rmziq22n65zds6ifnp7"))
(base32
"08pwy9ip9cgwgynhn5vrjw8drw29gijy1rmziq22n65zds6ifnp7"))
(patches (list (search-patch "cmake-fix-tests.patch")))))
(build-system gnu-build-system)
(arguments