me
/
guix
Archived
1
0
Fork 0

gnu: links: Update to 2.21.

* gnu/packages/web-browsers.scm (links): Update to 2.21.
master
Tobias Geerinckx-Rice 2020-08-11 22:25:46 +02:00
parent 80817888a1
commit aa16544e18
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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