gnu: links: Update to 2.17.

* gnu/packages/web-browsers.scm (links): Update to 2.17.
This commit is contained in:
Tobias Geerinckx-Rice 2018-09-09 14:59:49 +02:00
parent b9114ccbad
commit a0fad0374e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -86,14 +86,14 @@ older or slower computers and embedded systems.")
(define-public links
(package
(name "links")
(version "2.16")
(version "2.17")
(source (origin
(method url-fetch)
(uri (string-append "http://links.twibright.com/download/"
name "-" version ".tar.bz2"))
(sha256
(base32
"0gsa2gpb1grhssl5jzpc5pa0zi21mxi8g25rh5bacl70slw31w42"))))
"0dh2gbzcw8kxy81z4ggsynibnqs56b83vy8qgz7illsag1irff6q"))))
(build-system gnu-build-system)
(arguments
`(#:phases