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:
Leo Famulari 2021-08-07 14:30:51 -04:00
parent 178cbc30d4
commit 3832d66cfd
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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)))