guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: links: Update to 2.20.2.


From: guix-commits
Subject: 01/01: gnu: links: Update to 2.20.2.
Date: Thu, 14 Nov 2019 03:46:10 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 7696af421b9fa05f479cda9c742883a99e6faec3
Author: Efraim Flashner <address@hidden>
Date:   Thu Nov 14 10:45:51 2019 +0200

    gnu: links: Update to 2.20.2.
    
    * gnu/packages/web-browsers.scm (links): Update to 2.20.2.
---
 gnu/packages/web-browsers.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 81d96de..6a59021 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -94,14 +94,14 @@ older or slower computers and embedded systems.")
 (define-public links
   (package
     (name "links")
-    (version "2.20.1")
+    (version "2.20.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://links.twibright.com/download/";
                                   "links-" version ".tar.bz2"))
-                (sha256
+              (sha256
                (base32
-                "0184g59cxxhg9dqg5gv66f30f1wg8sx957pp5rs7b8icnwnafa5v"))))
+                "097ll98ympzfx7qfdyhc52yzvsp167x5nnjs6v8ih496wv80fksb"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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