* [bug#61096] [PATCH] gnu: w3m: Update to 0.5.3+git20230121.
@ 2023-01-27 12:37 André Batista
2023-01-31 6:07 ` bug#61096: " 宋文武 via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: André Batista @ 2023-01-27 12:37 UTC (permalink / raw)
To: 61096; +Cc: André Batista
* gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20230121.
---
gnu/packages/w3m.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/w3m.scm b/gnu/packages/w3m.scm
index 5239cd43a0..3efacf7346 100644
--- a/gnu/packages/w3m.scm
+++ b/gnu/packages/w3m.scm
@@ -42,7 +42,7 @@ (define-module (gnu packages w3m)
(define-public w3m
(package
(name "w3m")
- (version "0.5.3+git20210102")
+ (version "0.5.3+git20230121")
(source (origin
(method git-fetch)
;; Debian's fork of w3m is the only one that is still maintained.
@@ -52,7 +52,7 @@ (define-public w3m
(file-name (git-file-name name version))
(sha256
(base32
- "0amq1wfjp5mhqjmvrc0yhxjlx1335p78d7ap8iykfjn5h8yhmrg5"))))
+ "0nvhxsqxgxjrr62mvxzhhfzvbvg56g19vlqcgb8mh2x1daazk5ms"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no check target
--
2.39.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#61096: [PATCH] gnu: w3m: Update to 0.5.3+git20230121.
2023-01-27 12:37 [bug#61096] [PATCH] gnu: w3m: Update to 0.5.3+git20230121 André Batista
@ 2023-01-31 6:07 ` 宋文武 via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-01-31 6:07 UTC (permalink / raw)
To: André Batista; +Cc: 61096-done
André Batista <nandre@riseup.net> writes:
> * gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20230121.
Pushed, thank you!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-31 6:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-27 12:37 [bug#61096] [PATCH] gnu: w3m: Update to 0.5.3+git20230121 André Batista
2023-01-31 6:07 ` bug#61096: " 宋文武 via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.