diff options
author | Eric Bavier <bavier@posteo.net> | 2024-04-24 00:00:38 -0500 |
---|---|---|
committer | Eric Bavier <bavier@posteo.net> | 2024-04-24 00:04:08 -0500 |
commit | db8626124b423a921c50087a4077c4a58d501d4c (patch) | |
tree | 76b420a0ca445a1c7f3aa7725d64e88a61a77efa /gnu/packages | |
parent | d115af1bcc48f07a40dafd94d1d00926d446d068 (diff) | |
download | guix-db8626124b423a921c50087a4077c4a58d501d4c.tar.gz guix-db8626124b423a921c50087a4077c4a58d501d4c.zip |
gnu: lynx: Update to 2.9.1.
* gnu/packages/web-browsers.scm (lynx): Update to 2.9.1.
Change-Id: I855e1ead2ab04fa129c3a8bc1ee68d158d3a022c
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/web-browsers.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 0cd2d9972c..b4a00ae7ec 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -282,7 +282,7 @@ and the GTK+ toolkit.") (define-public lynx (package (name "lynx") - (version "2.9.0dev.12") + (version "2.9.1") (source (origin (method url-fetch) (uri (string-append @@ -290,7 +290,7 @@ and the GTK+ toolkit.") "/lynx" version ".tar.bz2")) (sha256 (base32 - "1rg8dqafq8ray37s0w855mahq7ywfb4qa4h5q676sxq0klamnid6")))) + "1i9r2g2aa6np6pll4iqk9m8rmkiiam85m4jp6zgkbx0dq8i9pnx6")))) (build-system gnu-build-system) (native-inputs (list pkg-config perl)) (inputs (list ncurses @@ -337,8 +337,6 @@ ftp, wais, nntp, finger, or cso/ph/qi servers. Lynx can be used to access information on the WWW, or to build information systems intended primarily for local access.") (home-page "https://lynx.invisible-island.net/") - ;; This was fixed in 2.8.9dev.10. - (properties `((lint-hidden-cve . ("CVE-2016-9179")))) (license license:gpl2))) (define-public kristall |