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 (julia-patch-url version name)
|
(define (julia-patch-url version name)
|
||||||
(string-append "https://raw.githubusercontent.com/JuliaLang/julia/v" version
|
(string-append "https://raw.githubusercontent.com/JuliaLang/julia/v" version
|
||||||
"/deps/patches/" name))
|
"/deps/patches/" name ".patch"))
|
||||||
|
|
||||||
(define (julia-patch name sha)
|
(define (julia-patch name sha)
|
||||||
(let ((version "1.3.1"))
|
(let ((version "1.3.1"))
|
||||||
|
|
Reference in a new issue