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.
This commit is contained in:
Leo Famulari 2017-03-14 18:16:27 -04:00
parent 2eab5db300
commit 35dcfed370
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
(define-public w3m (define-public w3m
(package (package
(name "w3m") (name "w3m")
(version "0.5.3+git20161120") (version "0.5.3+git20170102")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
;; Debian's fork of w3m is the only one that is still ;; Debian's fork of w3m is the only one that is still
@ -47,7 +47,7 @@
(file-name (string-append "w3m-" version "-checkout")) (file-name (string-append "w3m-" version "-checkout"))
(sha256 (sha256
(base32 (base32
"06n5a9jdyihkd4xdjmyci32dpqp1k2l5awia5g9ng0bn256bacdc")))) "0p8csd49b550q69bk45ncs2y2x48xij7jj11xapp0s8dn1j7kcgx"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ; no check target '(#:tests? #f ; no check target