This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch staging
in repository guix.
The following commit(s) were added to refs/heads/staging by this push:
new e5f95fd gnu: w3m: Update to 0.5.3+git20200502.
e5f95fd is described below
commit e5f95fd897ad32c93bb48ceae30021976a917979
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun May 3 17:31:18 2020 +0200
gnu: w3m: Update to 0.5.3+git20200502.
* gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20200502.
---
gnu/packages/w3m.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/w3m.scm b/gnu/packages/w3m.scm
index 1ec0767..934a6d9 100644
--- a/gnu/packages/w3m.scm
+++ b/gnu/packages/w3m.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2016 Kei Kebreau <[email protected]>
;;; Copyright © 2016, 2019 Efraim Flashner <[email protected]>
;;; Copyright © 2018 Rutger Helling <[email protected]>
+;;; Copyright © 2020 Tobias Geerinckx-Rice <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -39,7 +40,7 @@
(define-public w3m
(package
(name "w3m")
- (version "0.5.3+git20190105")
+ (version "0.5.3+git20200502")
(source (origin
(method git-fetch)
;; Debian's fork of w3m is the only one that is still maintained.
@@ -49,7 +50,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "1fbg2p8qh2gvi3g4iz4q6vc0k70pf248r4yndi5lcn2m3mzvjx0i"))))
+ "0yyfhwcwy1dvdbirj6zqwk4gl8z9npfavs0k7ipcg5fd16vnx7mi"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no check target