gnu: links: Update to 2.21.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 11 Aug 2020 20:25:46 +0000 (22:25 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 11 Aug 2020 20:26:16 +0000 (22:26 +0200)
* gnu/packages/web-browsers.scm (links): Update to 2.21.

gnu/packages/web-browsers.scm

index 65ab773..cb249db 100644 (file)
@@ -162,14 +162,14 @@ older or slower computers and embedded systems.")
 (define-public links
   (package
     (name "links")
-    (version "2.20.2")
+    (version "2.21")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://links.twibright.com/download/"
                                   "links-" version ".tar.bz2"))
               (sha256
                (base32
-                "097ll98ympzfx7qfdyhc52yzvsp167x5nnjs6v8ih496wv80fksb"))))
+                "0qqdcghsdqm7l6kyi0k752ws3ak5crw85pqkcb11wy67j62yspi8"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases