guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: julia: Fix patch URL.


From: guix-commits
Subject: 01/05: gnu: julia: Fix patch URL.
Date: Tue, 12 May 2020 09:32:18 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4fc231a73005b7ed304ecc0818ca7ef0f8590394
Author: nixo <address@hidden>
AuthorDate: Sun May 10 10:15:09 2020 +0200

    gnu: julia: Fix patch URL.
    
    * gnu/packages/julia.scm (julia-patch-url): Add ".patch".
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/julia.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm
index 16a4705..375f933 100644
--- a/gnu/packages/julia.scm
+++ b/gnu/packages/julia.scm
@@ -100,7 +100,7 @@
 
 (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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]