diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-06-06 12:45:12 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-06-06 12:46:40 +0200 |
commit | c648781cec1e1c334c2532b79f9572c58842cde7 (patch) | |
tree | ebb9e4f8442a2d9b064b8ff4696fc16f7725ec4e /gnu | |
parent | 37b561e4ed22fb0b9599f15e6bcb4d75d7a5a498 (diff) | |
download | patches-c648781cec1e1c334c2532b79f9572c58842cde7.tar patches-c648781cec1e1c334c2532b79f9572c58842cde7.tar.gz |
gnu: lynx: Update to 2.8.9dev.19.
* gnu/packages/web-browsers.scm (lynx): Update to 2.8.9dev.19.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web-browsers.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index d6da22152c..e36677282a 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net> ;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018 Rutger Helling <rhelling@mykolab.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -130,7 +131,7 @@ features including, tables, builtin image display, bookmarks, SSL and more.") (define-public lynx (package (name "lynx") - (version "2.8.9dev.18") + (version "2.8.9dev.19") (source (origin (method url-fetch) (uri (string-append @@ -138,7 +139,7 @@ features including, tables, builtin image display, bookmarks, SSL and more.") "/lynx" version ".tar.bz2")) (sha256 (base32 - "08v3n58hlrwncfvz6g76v061xwcbjgabiy5gv7ainf1li5akjwz5")))) + "17wfiad2ha4y15pmwv55j0l9z1z1pcgcasrc6hwbgv0hhdpp08q2")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) ("perl" ,perl))) |