diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-09 14:59:49 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-09 15:01:52 +0200 |
commit | a0fad0374e583d44a73d6f76ead3bfeefc6d6b08 (patch) | |
tree | d7bdf342a93345b663a41a851645405199dba496 /gnu | |
parent | b9114ccbad64db553b88d2b17206a34585b60e37 (diff) | |
download | patches-a0fad0374e583d44a73d6f76ead3bfeefc6d6b08.tar patches-a0fad0374e583d44a73d6f76ead3bfeefc6d6b08.tar.gz |
gnu: links: Update to 2.17.
* gnu/packages/web-browsers.scm (links): Update to 2.17.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web-browsers.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 45252c933d..2c2767dbbc 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -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 |