diff options
author | Leo Famulari <leo@famulari.name> | 2017-03-14 18:16:27 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-03-14 18:26:28 -0400 |
commit | 35dcfed370a3385fdd3743ddb64f2f0aaaee2fc6 (patch) | |
tree | c415f1389ac8420fd8ff7610d26efd48d1c309ad /gnu/packages | |
parent | 2eab5db300b729b5e5cab95a8c39c3e4e0153b37 (diff) | |
download | guix-35dcfed370a3385fdd3743ddb64f2f0aaaee2fc6.tar guix-35dcfed370a3385fdd3743ddb64f2f0aaaee2fc6.tar.gz |
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.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/w3m.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/w3m.scm b/gnu/packages/w3m.scm index 12114b13b9..0489212197 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 |