diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-11-22 13:56:47 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-11-22 14:00:11 +0200 |
commit | 4a5ec78d5f66ba693328a171bc69392ac0f86151 (patch) | |
tree | 8498962739b5c1e48ce0649e99c798add5e5c015 /gnu/packages/w3m.scm | |
parent | 83a3e805bebe35bdb95399d22d14466a9eb85133 (diff) | |
download | guix-4a5ec78d5f66ba693328a171bc69392ac0f86151.tar guix-4a5ec78d5f66ba693328a171bc69392ac0f86151.tar.gz |
gnu: w3m: Update to 0.5.3+git20161120 [fixes security issues].
Fixes CVE-2016-9439 and others.
* gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20161120.
Diffstat (limited to 'gnu/packages/w3m.scm')
-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 61035aba52..12114b13b9 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+git20161031") + (version "0.5.3+git20161120") (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 - "142vkkmsk76wj9w6r4y2pa1hmy1kkzmc73an9zchx0ikm2z92x6s")))) + "06n5a9jdyihkd4xdjmyci32dpqp1k2l5awia5g9ng0bn256bacdc")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no check target |