diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-10 00:23:43 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-10 01:44:00 +0200 |
commit | 781e515877b7cf9174da90a99e2286f59b2fc5c1 (patch) | |
tree | 0246634ffce8dbcc26a4746c4a729803ad8efdc0 | |
parent | 19a3e7f84af512fb6ae718e25977458c0cd501af (diff) | |
download | patches-781e515877b7cf9174da90a99e2286f59b2fc5c1.tar patches-781e515877b7cf9174da90a99e2286f59b2fc5c1.tar.gz |
gnu: lynx: Update to 2.8.9rel.1.
* gnu/packages/web-browsers.scm (lynx): Update to 2.8.9rel.1.
-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 56bfa6ab28..397f4a3133 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -199,7 +199,7 @@ and the GTK+ toolkit.") (define-public lynx (package (name "lynx") - (version "2.8.9dev.19") + (version "2.8.9rel.1") (source (origin (method url-fetch) (uri (string-append @@ -207,7 +207,7 @@ and the GTK+ toolkit.") "/lynx" version ".tar.bz2")) (sha256 (base32 - "17wfiad2ha4y15pmwv55j0l9z1z1pcgcasrc6hwbgv0hhdpp08q2")))) + "15cmyyma2kz1hfaa6mwjgli8zwdzq3jv0q2cl6nwzycjfwyijzrq")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) ("perl" ,perl))) |