aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-05-16 14:26:19 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-05-17 01:01:56 +0200
commit5abd39091540d96bbe8e27f3ea236182b78c9f60 (patch)
treefaa652717beef11674ea1ea80a7d6a0b79b2ad89
parent13804559948c413b8ae41576bb9da71e2629d918 (diff)
downloadguix-5abd39091540d96bbe8e27f3ea236182b78c9f60.tar
guix-5abd39091540d96bbe8e27f3ea236182b78c9f60.tar.gz
gnu: links: Update to 2.16.
* gnu/packages/web-browsers.scm (links): Update to 2.16.
-rw-r--r--gnu/packages/web-browsers.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index ba07e58ce8..d6da22152c 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -79,14 +79,14 @@ older or slower computers and embedded systems.")
(define-public links
(package
(name "links")
- (version "2.15")
+ (version "2.16")
(source (origin
(method url-fetch)
(uri (string-append "http://links.twibright.com/download/"
name "-" version ".tar.bz2"))
(sha256
(base32
- "1jp3xyvp87a188b4kg5ycqahrazj7928zncgsznzn54w8d5iqahy"))))
+ "0gsa2gpb1grhssl5jzpc5pa0zi21mxi8g25rh5bacl70slw31w42"))))
(build-system gnu-build-system)
(arguments
`(#:phases