guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: w3m: Update to 0.5.3+git20230121.


From: guix-commits
Subject: branch master updated: gnu: w3m: Update to 0.5.3+git20230121.
Date: Tue, 31 Jan 2023 01:06:57 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a3b57e57e6 gnu: w3m: Update to 0.5.3+git20230121.
a3b57e57e6 is described below

commit a3b57e57e68a1f4848bf8bacd797c5d989f56de2
Author: André Batista <nandre@riseup.net>
AuthorDate: Fri Jan 27 09:37:02 2023 -0300

    gnu: w3m: Update to 0.5.3+git20230121.
    
    * gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20230121.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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-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 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0amq1wfjp5mhqjmvrc0yhxjlx1335p78d7ap8iykfjn5h8yhmrg5"))))
+                "0nvhxsqxgxjrr62mvxzhhfzvbvg56g19vlqcgb8mh2x1daazk5ms"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f  ; no check target



reply via email to

[Prev in Thread] Current Thread [Next in Thread]