summaryrefslogtreecommitdiff
path: root/gnu/packages/web-browsers.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-11 22:25:46 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-11 22:26:16 +0200
commitaa16544e186fc0cbf8c1144cf0381aa23c143770 (patch)
tree9c46994fd8c07a7601db303b43cd9c22d4c8b9ce /gnu/packages/web-browsers.scm
parent80817888a14f013c0aa8064296d59ebdf9a3acda (diff)
downloadguix-patches-aa16544e186fc0cbf8c1144cf0381aa23c143770.tar
guix-patches-aa16544e186fc0cbf8c1144cf0381aa23c143770.tar.gz
gnu: links: Update to 2.21.
* gnu/packages/web-browsers.scm (links): Update to 2.21.
Diffstat (limited to 'gnu/packages/web-browsers.scm')
-rw-r--r--gnu/packages/web-browsers.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 65ab7732bc..cb249dbc48 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -162,14 +162,14 @@ older or slower computers and embedded systems.")
(define-public links
(package
(name "links")
- (version "2.20.2")
+ (version "2.21")
(source (origin
(method url-fetch)
(uri (string-append "http://links.twibright.com/download/"
"links-" version ".tar.bz2"))
(sha256
(base32
- "097ll98ympzfx7qfdyhc52yzvsp167x5nnjs6v8ih496wv80fksb"))))
+ "0qqdcghsdqm7l6kyi0k752ws3ak5crw85pqkcb11wy67j62yspi8"))))
(build-system gnu-build-system)
(arguments
`(#:phases