[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: links: Update to 2.28.
From: |
guix-commits |
Subject: |
branch master updated: gnu: links: Update to 2.28. |
Date: |
Fri, 14 Oct 2022 08:36:13 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f2af4ca71f gnu: links: Update to 2.28.
f2af4ca71f is described below
commit f2af4ca71f16a5a08defaecc06d7ea4be1325d1c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Oct 14 15:29:27 2022 +0300
gnu: links: Update to 2.28.
* gnu/packages/web-browsers.scm (links): Update to 2.28.
---
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 26754225ec..83ede228b1 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.27")
+ (version "2.28")
(source (origin
(method url-fetch)
(uri (string-append "http://links.twibright.com/download/"
"links-" version ".tar.bz2"))
(sha256
(base32
- "1d7bz6bbis94jq82xydwnazaczzmb1ij62pbmf0dxkg7xpycppfq"))))
+ "1d2lyj9k2s6brk38k51qfpddwh2w96w6gh9jq5br9rfy2fdlkm9g"))))
(build-system gnu-build-system)
(arguments
(list
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: links: Update to 2.28.,
guix-commits <=