me
/
guix
Archived
1
0
Fork 0

gnu: cmake: Download over HTTPS.

Reported by Gxsdnewb on #guix.

* gnu/packages/cmake.scm (cmake)[source]: Use 'https' URL.
master
Ludovic Courtès 2015-11-03 22:39:18 +01:00
parent b18812b6a4
commit 4ebdefc07a
1 changed files with 5 additions and 5 deletions

View File

@ -39,12 +39,12 @@
(version "3.3.2") (version "3.3.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append "https://www.cmake.org/files/v"
"http://www.cmake.org/files/v" (version-major+minor version)
(version-major+minor version) "/cmake-" version ".tar.gz"))
"/cmake-" version ".tar.gz"))
(sha256 (sha256
(base32 "08pwy9ip9cgwgynhn5vrjw8drw29gijy1rmziq22n65zds6ifnp7")) (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