mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: julia: Fix patch URL.
* gnu/packages/julia.scm (julia-patch-url): Add ".patch". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
09db2343f6
commit
4fc231a730
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ (define libunwind-julia
|
|||
|
||||
(define (julia-patch-url version name)
|
||||
(string-append "https://raw.githubusercontent.com/JuliaLang/julia/v" version
|
||||
"/deps/patches/" name))
|
||||
"/deps/patches/" name ".patch"))
|
||||
|
||||
(define (julia-patch name sha)
|
||||
(let ((version "1.3.1"))
|
||||
|
|
Loading…
Reference in a new issue