gnu: telescope: Update to 0.5.1.
* gnu/packages/web-browsers.scm (telescope): Update to 0.5.1. [native-inputs]: Add pkg-config. Co-authored-by: Brice Waegeneire <brice@waegenei.re>
This commit is contained in:
parent
bb38cb990a
commit
1734853e92
@ -881,19 +881,20 @@ interface.")
|
||||
(define-public telescope
|
||||
(package
|
||||
(name "telescope")
|
||||
(version "0.4.1")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/omar-polo/telescope/releases/download/"
|
||||
version "/telescope-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "086zps4nslv5isfw1b5gvms7vp3fglm7x1a6ks0h0wxarzj350bl"))))
|
||||
(base32 "1fgv7gg2lwrjcihq6mkraqm10a6a7h430ikrjpcwfcpv1gvj8ckz"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;no tests
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)))
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("libevent" ,libevent)
|
||||
("libressl" ,libressl)
|
||||
|
Loading…
Reference in New Issue
Block a user