guix-commits
[Top][All Lists]
Advanced

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

14/38: gnu: nnn: Don't use NAME in source URI.


From: guix-commits
Subject: 14/38: gnu: nnn: Don't use NAME in source URI.
Date: Fri, 8 Feb 2019 18:02:32 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 16572d0e021d4a6caf8b3ba548ecf39883c47c24
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 23 10:14:27 2018 +0100

    gnu: nnn: Don't use NAME in source URI.
    
    * gnu/packages/admin.scm (nnn)[source]: Hard-code name.
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 3fc9e9e..c8533bf 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2495,7 +2495,7 @@ you are running, what theme or icon set you are using, 
etc.")
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/jarun/nnn/releases/download/v";
-                           version "/" name "-v" version ".tar.gz"))
+                           version "/nnn-v" version ".tar.gz"))
        (sha256
         (base32 "1d6z12y4rlg4dzhpm30irpq2ak8hjh5zykkp2n7vxnz5m4ki89zp"))))
     (build-system gnu-build-system)



reply via email to

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