diff options
author | cage <cage-dev@twistfold.it> | 2022-01-15 12:35:05 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:40:05 +0100 |
commit | 8322f747c459697cfa319b6953787520b6c61019 (patch) | |
tree | 9c4cda096a791d4daae7ff31def79a0897028aaf /gnu | |
parent | 653dbd922bb653067bc794cef5dd9fc98d15cb1c (diff) | |
download | guix-8322f747c459697cfa319b6953787520b6c61019.tar.gz guix-8322f747c459697cfa319b6953787520b6c61019.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web-browsers.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index 2ea8ebf304..fbdcfebe7a 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -902,14 +902,14 @@ interface.") (define-public telescope (package (name "telescope") - (version "0.7") + (version "0.7.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/omar-polo/telescope/releases/download/" version "/telescope-" version ".tar.gz")) (sha256 - (base32 "0b606caw2n02rny5yf1xh3lg0r3bwpxmcz6m4bv3mdd2ym8jjs84")))) + (base32 "055iqld99l4jshs10mhl2ml0p74wcyyv5kxjy8izzysw9lnkjjb5")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ;no tests |