[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: lynx: Update to 2.8.9dev.11 [fixes CVE-2016-9179].
From: |
Leo Famulari |
Subject: |
01/01: gnu: lynx: Update to 2.8.9dev.11 [fixes CVE-2016-9179]. |
Date: |
Tue, 3 Jan 2017 04:52:28 +0000 (UTC) |
lfam pushed a commit to branch master
in repository guix.
commit 47932c0d4442730db5467e933c01d9b973810032
Author: Leo Famulari <address@hidden>
Date: Mon Jan 2 23:47:03 2017 -0500
gnu: lynx: Update to 2.8.9dev.11 [fixes CVE-2016-9179].
* gnu/packages/lynx.scm (lynx): Update to 2.8.9dev.11.
---
gnu/packages/lynx.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lynx.scm b/gnu/packages/lynx.scm
index 6e4ed6c..b212dca 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)))