unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] fix w3m commit string.
@ 2016-11-05 21:07 ng0
  2016-11-05 21:07 ` [PATCH] gnu: w3m: Fix the " ng0
  0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2016-11-05 21:07 UTC (permalink / raw)
  To: guix-devel

w3m lacks a leading "v" in [source] commit. This fixes it.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] gnu: w3m: Fix the commit string.
  2016-11-05 21:07 [PATCH] fix w3m commit string ng0
@ 2016-11-05 21:07 ` ng0
  2016-11-05 21:12   ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: ng0 @ 2016-11-05 21:07 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/w3m.scm (w3m)[source]: Fix the commit string.
---
 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
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: w3m: Fix the commit string.
  2016-11-05 21:07 ` [PATCH] gnu: w3m: Fix the " ng0
@ 2016-11-05 21:12   ` Leo Famulari
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2016-11-05 21:12 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel

On Sat, Nov 05, 2016 at 09:07:48PM +0000, ng0 wrote:
> * gnu/packages/w3m.scm (w3m)[source]: Fix the commit string.

Thanks, pushed!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-11-05 21:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-05 21:07 [PATCH] fix w3m commit string ng0
2016-11-05 21:07 ` [PATCH] gnu: w3m: Fix the " ng0
2016-11-05 21:12   ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).