guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: w3m: Fix the commit string.


From: Leo Famulari
Subject: 01/01: gnu: w3m: Fix the commit string.
Date: Sat, 5 Nov 2016 21:12:36 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 2c62b31619eb4ba6033a0c879751f8d094f26fa2
Author: ng0 <address@hidden>
Date:   Sat Nov 5 21:07:48 2016 +0000

    gnu: w3m: Fix the commit string.
    
    * gnu/packages/w3m.scm (w3m)[source]: Fix the commit string.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/w3m.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/w3m.scm b/gnu/packages/w3m.scm
index 54d4a11..216ae65 100644
--- a/gnu/packages/w3m.scm
+++ b/gnu/packages/w3m.scm
@@ -42,7 +42,7 @@
               ;; maintained.
               (uri (git-reference
                     (url 
"https://anonscm.debian.org/cgit/collab-maint/w3m.git";)
-                    (commit version)))
+                    (commit (string-append "v" version))))
               (file-name (string-append "w3m-" version "-checkout"))
               (sha256
                (base32



reply via email to

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