gnu: telescope: Update to 0.4.1.
* gnu/packages/web-browsers.scm (telescope): Update to 0.4.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
f87f60a8b5
commit
d0ec73907c
1 changed files with 5 additions and 8 deletions
|
@ -912,22 +912,19 @@ interface.")
|
||||||
(define-public telescope
|
(define-public telescope
|
||||||
(package
|
(package
|
||||||
(name "telescope")
|
(name "telescope")
|
||||||
(version "0.3")
|
(version "0.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://git.omarpolo.com/telescope/snapshot/"
|
(uri (string-append "https://github.com/omar-polo/telescope/releases/download/"
|
||||||
"telescope-" version ".tar.gz"))
|
version "/telescope-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1wg5x04n9iri7jx1lzhmd79j41grhjm3mpxn9qq9nf8n102wlvm3"))))
|
(base32 "086zps4nslv5isfw1b5gvms7vp3fglm7x1a6ks0h0wxarzj350bl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;no tests
|
`(#:tests? #f)) ;no tests
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,autoconf)
|
`(("gettext" ,gettext-minimal)))
|
||||||
("automake" ,automake)
|
|
||||||
("bison" ,bison)
|
|
||||||
("gettext" ,gettext-minimal)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("libevent" ,libevent)
|
`(("libevent" ,libevent)
|
||||||
("libressl" ,libressl)
|
("libressl" ,libressl)
|
||||||
|
|
Reference in a new issue