diff options
author | Leo Famulari <leo@famulari.name> | 2018-02-11 09:54:49 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-02-11 09:59:41 -0500 |
commit | 2ab575298e6cbd143e8d72332940ee26644f8af3 (patch) | |
tree | 97b4a475cb8c4f48feb1b46562d4059fd87c6a84 /gnu/packages/w3m.scm | |
parent | c275462025917ad7b8e182f29d6580804e585643 (diff) | |
download | patches-2ab575298e6cbd143e8d72332940ee26644f8af3.tar patches-2ab575298e6cbd143e8d72332940ee26644f8af3.tar.gz |
gnu: w3m: Update to 0.5.3+git20180125 [fixes CVE-2018-{6196,6197,6198}].
* gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20180125.
Diffstat (limited to 'gnu/packages/w3m.scm')
-rw-r--r-- | gnu/packages/w3m.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/w3m.scm b/gnu/packages/w3m.scm index 14b5994bcf..db23b4d8df 100644 --- a/gnu/packages/w3m.scm +++ b/gnu/packages/w3m.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013 Nikita Karetnikov <nikita@karetnikov.org> -;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name> +;;; Copyright © 2016, 2017, 2018 Leo Famulari <leo@famulari.name> ;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net> ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> ;;; @@ -36,7 +36,7 @@ (define-public w3m (package (name "w3m") - (version "0.5.3+git20170102") + (version "0.5.3+git20180125") (source (origin (method git-fetch) ;; Debian's fork of w3m is the only one that is still @@ -47,7 +47,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0p8csd49b550q69bk45ncs2y2x48xij7jj11xapp0s8dn1j7kcgx")))) + "0dafdfx1yhrvhbqzslkcapj09dvf64m2jadz3wl2icni0k4msq90")))) (build-system gnu-build-system) (arguments '(#:tests? #f ; no check target |