diff options
author | Leo Famulari <leo@famulari.name> | 2017-01-02 23:47:03 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-01-02 23:52:12 -0500 |
commit | 47932c0d4442730db5467e933c01d9b973810032 (patch) | |
tree | 485a12d270a84657e27247b8cee96010e37842f1 /gnu | |
parent | b3e2ea8d48b9ba0441f658163463f630c231a314 (diff) | |
download | guix-47932c0d4442730db5467e933c01d9b973810032.tar.gz guix-47932c0d4442730db5467e933c01d9b973810032.zip |
gnu: lynx: Update to 2.8.9dev.11 [fixes CVE-2016-9179].
* gnu/packages/lynx.scm (lynx): Update to 2.8.9dev.11.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lynx.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lynx.scm b/gnu/packages/lynx.scm index 6e4ed6cd13..b212dca388 100644 --- a/gnu/packages/lynx.scm +++ b/gnu/packages/lynx.scm @@ -34,7 +34,7 @@ (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 @@ "/lynx" version ".tar.bz2")) (sha256 (base32 - "1m72ga89hywm097kazcm8w6sqrfjnl83gh31pkbhk4zhzhfpzxgh")))) + "1cqm1i7d209brkrpzaqqf2x951ra3l67dw8x9yg10vz7rpr9441a")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) ("perl" ,perl))) |