aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-05-16 14:26:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-05-17 01:01:56 +0200
commit13804559948c413b8ae41576bb9da71e2629d918 (patch)
tree8c48645f5e970fafb934a010dde243f8658ba6ed
parent8c2ab7422ca2d80379a251b4547c3d393f54068f (diff)
downloadguix-13804559948c413b8ae41576bb9da71e2629d918.tar
guix-13804559948c413b8ae41576bb9da71e2629d918.tar.gz
gnu: lynx: Update to 2.8.9dev.18.
* gnu/packages/web-browsers.scm (lynx): Update to 2.8.9dev.18.
-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 a5ecd0b546..ba07e58ce8 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -130,7 +130,7 @@ features including, tables, builtin image display, bookmarks, SSL and more.")
(define-public lynx
(package
(name "lynx")
- (version "2.8.9dev.17")
+ (version "2.8.9dev.18")
(source (origin
(method url-fetch)
(uri (string-append
@@ -138,7 +138,7 @@ features including, tables, builtin image display, bookmarks, SSL and more.")
"/lynx" version ".tar.bz2"))
(sha256
(base32
- "1lvfsnrw5mmwrmn1m76q9mx287xwm3h5lg8sv7bcqilc0ywi2f54"))))
+ "08v3n58hlrwncfvz6g76v061xwcbjgabiy5gv7ainf1li5akjwz5"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("perl" ,perl)))