mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: lynx: Update to 2.9.0dev.9 [security fixes].
Fixes <https://lists.nongnu.org/archive/html/lynx-dev/2021-08/msg00000.html>. * gnu/packages/web-browsers.scm (lynx): Update to 2.9.0dev.9.
This commit is contained in:
parent
178cbc30d4
commit
3832d66cfd
1 changed files with 2 additions and 2 deletions
|
@ -303,7 +303,7 @@ (define-public luakit
|
|||
(define-public lynx
|
||||
(package
|
||||
(name "lynx")
|
||||
(version "2.9.0dev.6")
|
||||
(version "2.9.0dev.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -311,7 +311,7 @@ (define-public lynx
|
|||
"/lynx" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1cjkpwxc1r8x8q73bgh9a4skaph1bwa0anml6f6lvf7lh5zvxw3q"))))
|
||||
"06jhv8ibfw1xkf8d8zrnkc2aw4d462s77hlp6f6xa6k8awzxvmkg"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
("perl" ,perl)))
|
||||
|
|
Loading…
Reference in a new issue