[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: links: Update to 2.20.1 [security fix for tor users].
From: |
guix-commits |
Subject: |
01/01: gnu: links: Update to 2.20.1 [security fix for tor users]. |
Date: |
Tue, 10 Sep 2019 17:01:37 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 7e143375d3649f3c0bd4c13958b26c086f364647
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Sep 10 23:00:42 2019 +0200
gnu: links: Update to 2.20.1 [security fix for tor users].
* gnu/packages/web-browsers.scm (links): Update to 2.20.1.
---
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 3368772..22ecf3c 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -93,14 +93,14 @@ older or slower computers and embedded systems.")
(define-public links
(package
(name "links")
- (version "2.19")
+ (version "2.20.1")
(source (origin
(method url-fetch)
(uri (string-append "http://links.twibright.com/download/"
"links-" version ".tar.bz2"))
(sha256
(base32
- "02ls11c02p7xvsdjyb43rrzr850i1yly003r812z0w5vv5yqqxbh"))))
+ "0184g59cxxhg9dqg5gv66f30f1wg8sx957pp5rs7b8icnwnafa5v"))))
(build-system gnu-build-system)
(arguments
`(#:phases