mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: libomp: Download over HTTPS.
* gnu/packages/llvm.scm (libomp)[source]: Use HTTPS.
This commit is contained in:
parent
e2170c3192
commit
69e3512b7c
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ (define-public libomp
|
|||
(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 a new issue