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:
nixo 2020-05-10 10:15:09 +02:00 committed by Ludovic Courtès
parent 09db2343f6
commit 4fc231a730
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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"))