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.6.


From: guix-commits
Subject: branch master updated: gnu: lynx: Update to 2.9.0dev.6.
Date: Fri, 16 Oct 2020 23:07:54 -0400

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

brettgilio pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 201a507  gnu: lynx: Update to 2.9.0dev.6.
201a507 is described below

commit 201a507b7711e3aeebca9c7512c850c27d161e0b
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Fri Oct 16 22:07:46 2020 -0500

    gnu: lynx: Update to 2.9.0dev.6.
    
    * gnu/packages/web-browsers.scm (lynx): Update to 2.9.0dev.6.
---
 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 62d1352..73d3873 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -280,7 +280,7 @@ and the GTK+ toolkit.")
 (define-public lynx
   (package
     (name "lynx")
-    (version "2.8.9rel.1")
+    (version "2.9.0dev.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -288,7 +288,7 @@ and the GTK+ toolkit.")
                     "/lynx" version ".tar.bz2"))
               (sha256
                (base32
-                "15cmyyma2kz1hfaa6mwjgli8zwdzq3jv0q2cl6nwzycjfwyijzrq"))))
+                "1cjkpwxc1r8x8q73bgh9a4skaph1bwa0anml6f6lvf7lh5zvxw3q"))))
     (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]