gnu: w3m: Fix the commit string.
* gnu/packages/w3m.scm (w3m)[source]: Fix the commit string. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
683cdbf51b
commit
2c62b31619
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ (define-public w3m
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue