mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: links: Update to 2.29.
* gnu/packages/web-browsers.scm (links): Update to 2.29.
This commit is contained in:
parent
66b2fd0d04
commit
f1cb3055ef
1 changed files with 2 additions and 2 deletions
|
@ -159,14 +159,14 @@ (define-public midori
|
||||||
(define-public links
|
(define-public links
|
||||||
(package
|
(package
|
||||||
(name "links")
|
(name "links")
|
||||||
(version "2.28")
|
(version "2.29")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://links.twibright.com/download/"
|
(uri (string-append "http://links.twibright.com/download/"
|
||||||
"links-" version ".tar.bz2"))
|
"links-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d2lyj9k2s6brk38k51qfpddwh2w96w6gh9jq5br9rfy2fdlkm9g"))))
|
"163rmng8zkwy0pv9wxcpc0j3gz27g8ba9myrgs7ny6lfng09dai2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue