guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: links: Update to 2.29.


From: guix-commits
Subject: 05/07: gnu: links: Update to 2.29.
Date: Wed, 22 Mar 2023 04:55:02 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f1cb3055ef13c1912bc75947b195fe6ad8e224f9
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 22 10:31:16 2023 +0200

    gnu: links: Update to 2.29.
    
    * gnu/packages/web-browsers.scm (links): Update to 2.29.
---
 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 7c0497be41..7b9c786b7f 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -159,14 +159,14 @@ management, extensions such as advertisement blocker and 
colorful tabs.")
 (define-public links
   (package
     (name "links")
-    (version "2.28")
+    (version "2.29")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://links.twibright.com/download/";
                                   "links-" version ".tar.bz2"))
               (sha256
                (base32
-                "1d2lyj9k2s6brk38k51qfpddwh2w96w6gh9jq5br9rfy2fdlkm9g"))))
+                "163rmng8zkwy0pv9wxcpc0j3gz27g8ba9myrgs7ny6lfng09dai2"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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