diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-10 23:00:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-10 23:01:25 +0200 |
commit | 7e143375d3649f3c0bd4c13958b26c086f364647 (patch) | |
tree | e9834674adef79762e63ff64e12b1b65e98ebb1e /gnu/packages | |
parent | 08dd5f673d02ef0474124a546dcbd99809ecc492 (diff) | |
download | patches-7e143375d3649f3c0bd4c13958b26c086f364647.tar patches-7e143375d3649f3c0bd4c13958b26c086f364647.tar.gz |
gnu: links: Update to 2.20.1 [security fix for tor users].
* gnu/packages/web-browsers.scm (links): Update to 2.20.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/web-browsers.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 3368772ec6..22ecf3cfec 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -93,14 +93,14 @@ older or slower computers and embedded systems.") (define-public links (package (name "links") - (version "2.19") + (version "2.20.1") (source (origin (method url-fetch) (uri (string-append "http://links.twibright.com/download/" "links-" version ".tar.bz2")) (sha256 (base32 - "02ls11c02p7xvsdjyb43rrzr850i1yly003r812z0w5vv5yqqxbh")))) + "0184g59cxxhg9dqg5gv66f30f1wg8sx957pp5rs7b8icnwnafa5v")))) (build-system gnu-build-system) (arguments `(#:phases |