~ruther/guix-local

4ebdefc07a852842b5c9ff816bd8ed73ea7c9775 — Ludovic Courtès 10 years ago b18812b
gnu: cmake: Download over HTTPS.

Reported by Gxsdnewb on #guix.

* gnu/packages/cmake.scm (cmake)[source]: Use 'https' URL.
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/cmake.scm
M gnu/packages/cmake.scm => gnu/packages/cmake.scm +5 -5
@@ 39,12 39,12 @@
    (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