guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: lynx: Update to 2.9.0dev.9 [security fixes].


From: guix-commits
Subject: branch master updated: gnu: lynx: Update to 2.9.0dev.9 [security fixes].
Date: Sat, 07 Aug 2021 14:35:13 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3832d66  gnu: lynx: Update to 2.9.0dev.9 [security fixes].
3832d66 is described below

commit 3832d66cfd25b29d0adac22f6029f96475a7d5f2
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Aug 7 14:30:51 2021 -0400

    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.
---
 gnu/packages/web-browsers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index bd5ed1b..5a928d9 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -303,7 +303,7 @@ and the GTK+ toolkit.")
 (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 @@ and the GTK+ toolkit.")
                     "/lynx" version ".tar.bz2"))
               (sha256
                (base32
-                "1cjkpwxc1r8x8q73bgh9a4skaph1bwa0anml6f6lvf7lh5zvxw3q"))))
+                "06jhv8ibfw1xkf8d8zrnkc2aw4d462s77hlp6f6xa6k8awzxvmkg"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("perl" ,perl)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]