mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: lynx: Update to 2.8.9dev.11 [fixes CVE-2016-9179].
* gnu/packages/lynx.scm (lynx): Update to 2.8.9dev.11.
This commit is contained in:
parent
b3e2ea8d48
commit
47932c0d44
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ (define-module (gnu packages lynx)
|
|||
(define-public lynx
|
||||
(package
|
||||
(name "lynx")
|
||||
(version "2.8.9dev.9")
|
||||
(version "2.8.9dev.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -42,7 +42,7 @@ (define-public lynx
|
|||
"/lynx" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1m72ga89hywm097kazcm8w6sqrfjnl83gh31pkbhk4zhzhfpzxgh"))))
|
||||
"1cqm1i7d209brkrpzaqqf2x951ra3l67dw8x9yg10vz7rpr9441a"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
("perl" ,perl)))
|
||||
|
|
Loading…
Reference in a new issue