guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: w3m: Update to 0.5.3+git20170102 [security fixes].


From: Leo Famulari
Subject: 02/02: gnu: w3m: Update to 0.5.3+git20170102 [security fixes].
Date: Tue, 14 Mar 2017 18:26:37 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 35dcfed370a3385fdd3743ddb64f2f0aaaee2fc6
Author: Leo Famulari <address@hidden>
Date:   Tue Mar 14 18:16:27 2017 -0400

    gnu: w3m: Update to 0.5.3+git20170102 [security fixes].
    
    See 'NEWS' and 'ChangeLog' in the source distribution for more
    information about the security-related bug fixes.
    
    * gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20170102.
---
 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 12114b1..0489212 100644
--- a/gnu/packages/w3m.scm
+++ b/gnu/packages/w3m.scm
@@ -36,7 +36,7 @@
 (define-public w3m
   (package
     (name "w3m")
-    (version "0.5.3+git20161120")
+    (version "0.5.3+git20170102")
     (source (origin
               (method git-fetch)
               ;; Debian's fork of w3m is the only one that is still
@@ -47,7 +47,7 @@
               (file-name (string-append "w3m-" version "-checkout"))
               (sha256
                (base32
-                "06n5a9jdyihkd4xdjmyci32dpqp1k2l5awia5g9ng0bn256bacdc"))))
+                "0p8csd49b550q69bk45ncs2y2x48xij7jj11xapp0s8dn1j7kcgx"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f  ; no check target



reply via email to

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