diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 22:25:46 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-08-11 22:26:16 +0200 |
commit | aa16544e186fc0cbf8c1144cf0381aa23c143770 (patch) | |
tree | 9c46994fd8c07a7601db303b43cd9c22d4c8b9ce /gnu | |
parent | 80817888a14f013c0aa8064296d59ebdf9a3acda (diff) | |
download | guix-aa16544e186fc0cbf8c1144cf0381aa23c143770.tar.gz guix-aa16544e186fc0cbf8c1144cf0381aa23c143770.zip |
gnu: links: Update to 2.21.
* gnu/packages/web-browsers.scm (links): Update to 2.21.
Diffstat (limited to 'gnu')
-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 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 |