gnu: links: Update to 2.22.

* gnu/packages/web-browsers.scm (links): Update to 2.22.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-28 22:35:44 +02:00
parent fd51391993
commit 86a119e3e3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -173,14 +173,14 @@ (define-public dillo
(define-public links
(package
(name "links")
(version "2.21")
(version "2.22")
(source (origin
(method url-fetch)
(uri (string-append "http://links.twibright.com/download/"
"links-" version ".tar.bz2"))
(sha256
(base32
"0qqdcghsdqm7l6kyi0k752ws3ak5crw85pqkcb11wy67j62yspi8"))))
"0k88qbmq0mf6zmk2v158c0rxvqbi7ysn58xyf4qqw7kz79mrhr03"))))
(build-system gnu-build-system)
(arguments
`(#:phases