GNU bug report logs -
#61096
[PATCH] gnu: w3m: Update to 0.5.3+git20230121.
Previous Next
Reported by: André Batista <nandre <at> riseup.net>
Date: Fri, 27 Jan 2023 12:35:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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
This bug report was last modified 2 years and 168 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.