gnu: links: Update to 2.16.

* gnu/packages/web-browsers.scm (links): Update to 2.16.
This commit is contained in:
Tobias Geerinckx-Rice 2018-05-16 14:26:19 +02:00
parent 1380455994
commit 5abd390915
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -79,14 +79,14 @@ (define-public dillo
(define-public links (define-public links
(package (package
(name "links") (name "links")
(version "2.15") (version "2.16")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://links.twibright.com/download/" (uri (string-append "http://links.twibright.com/download/"
name "-" version ".tar.bz2")) name "-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1jp3xyvp87a188b4kg5ycqahrazj7928zncgsznzn54w8d5iqahy")))) "0gsa2gpb1grhssl5jzpc5pa0zi21mxi8g25rh5bacl70slw31w42"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:phases