me
/
guix
Archived
1
0
Fork 0

gnu: links: Update to 2.26.

* gnu/packages/web-browsers.scm (links): Update to 2.26.
Efraim Flashner 2022-05-06 14:13:27 +03:00
parent 166e0dfc44
commit 5cf81294c0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -157,14 +157,14 @@ management, extensions such as advertisement blocker and colorful tabs.")
(define-public links
(package
(name "links")
(version "2.25")
(version "2.26")
(source (origin
(method url-fetch)
(uri (string-append "http://links.twibright.com/download/"
"links-" version ".tar.bz2"))
(sha256
(base32
"0b6x97xi8i4pag2scba02c0h95cm3sia58q99zppk0lfd448bmrd"))))
"1jy90k04kl7y3l8jzg5jx7fglyqzngng0964j7j67gjxy9vkanzh"))))
(build-system gnu-build-system)
(arguments
`(#:phases