mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: lynx: Update to 2.9.1.
* gnu/packages/web-browsers.scm (lynx): Update to 2.9.1. Change-Id: I855e1ead2ab04fa129c3a8bc1ee68d158d3a022c
This commit is contained in:
parent
d115af1bcc
commit
db8626124b
1 changed files with 2 additions and 4 deletions
|
@ -282,7 +282,7 @@ (define-public luakit
|
|||
(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 @@ (define-public lynx
|
|||
"/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 @@ (define-public lynx
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue