gnu: libomp: Download over HTTPS.
* gnu/packages/llvm.scm (libomp)[source]: Use HTTPS.
This commit is contained in:
parent
e2170c3192
commit
69e3512b7c
|
@ -332,7 +332,7 @@ requirements according to version 1.1 of the OpenCL specification.")
|
|||
(version (package-version llvm))
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://releases.llvm.org/"
|
||||
(uri (string-append "https://releases.llvm.org/"
|
||||
version "/openmp-" version
|
||||
".src.tar.xz"))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in New Issue