mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: links: Update to 2.21.
* gnu/packages/web-browsers.scm (links): Update to 2.21.
This commit is contained in:
parent
80817888a1
commit
aa16544e18
1 changed files with 2 additions and 2 deletions
|
@ -162,14 +162,14 @@ (define-public dillo
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue