me
/
guix
Archived
1
0
Fork 0

gnu: telescope: Update to 0.6.1.

* gnu/packages/web-browsers.scm (telescope): Update to 0.6.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
cage 2021-12-01 11:09:53 +01:00 committed by Nicolas Goaziou
parent 8e7e839c98
commit 0a9edd23ca
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -890,14 +890,14 @@ interface.")
(define-public telescope
(package
(name "telescope")
(version "0.5.2")
(version "0.6.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/omar-polo/telescope/releases/download/"
version "/telescope-" version ".tar.gz"))
(sha256
(base32 "0phvwhxvm63y68cyvzw5dk60yjzfv6bpxf5c4bl08daj3ia48fbk"))))
(base32 "1hm9gi6yz62h8yh2br85bgycr2xaf5lr7z4gl0p25g7d7qb53ixd"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f)) ;no tests