gnu: telescope: Update to 0.7.1.
* gnu/packages/web-browsers.scm (telescope): Update to 0.7.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
653dbd922b
commit
8322f747c4
@ -902,14 +902,14 @@ interface.")
|
|||||||
(define-public telescope
|
(define-public telescope
|
||||||
(package
|
(package
|
||||||
(name "telescope")
|
(name "telescope")
|
||||||
(version "0.7")
|
(version "0.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/omar-polo/telescope/releases/download/"
|
(uri (string-append "https://github.com/omar-polo/telescope/releases/download/"
|
||||||
version "/telescope-" version ".tar.gz"))
|
version "/telescope-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0b606caw2n02rny5yf1xh3lg0r3bwpxmcz6m4bv3mdd2ym8jjs84"))))
|
(base32 "055iqld99l4jshs10mhl2ml0p74wcyyv5kxjy8izzysw9lnkjjb5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;no tests
|
`(#:tests? #f)) ;no tests
|
||||||
|
Loading…
Reference in New Issue
Block a user