guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: lynx: Update to 2.8.9dev.15.


From: Leo Famulari
Subject: 01/01: gnu: lynx: Update to 2.8.9dev.15.
Date: Wed, 12 Jul 2017 22:46:43 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 6fb622bf454d43ff6da03475ae5877532a8867e5
Author: Leo Famulari <address@hidden>
Date:   Wed Jul 12 22:40:44 2017 -0400

    gnu: lynx: Update to 2.8.9dev.15.
    
    * gnu/packages/web-browsers.scm (lynx): Update to 2.8.9dev.15.
---
 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 146f3a1..b5fb39b 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -128,7 +128,7 @@ features including, tables, builtin image display, 
bookmarks, SSL and more.")
 (define-public lynx
   (package
     (name "lynx")
-    (version "2.8.9dev.11")
+    (version "2.8.9dev.15")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -136,7 +136,7 @@ features including, tables, builtin image display, 
bookmarks, SSL and more.")
                     "/lynx" version ".tar.bz2"))
               (sha256
                (base32
-                "1cqm1i7d209brkrpzaqqf2x951ra3l67dw8x9yg10vz7rpr9441a"))))
+                "16bdr7ai130ps67px8ssxnjxp5j6m4rin3in7jm22fxk0a8p2428"))))
     (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]