guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: telescope: Update to 0.7.


From: guix-commits
Subject: branch master updated: gnu: telescope: Update to 0.7.
Date: Fri, 14 Jan 2022 07:19:58 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 053ace770f gnu: telescope: Update to 0.7.
053ace770f is described below

commit 053ace770f7625c43fb928641f09efcfce35a555
Author: cage <cage-dev@twistfold.it>
AuthorDate: Fri Jan 14 13:05:25 2022 +0100

    gnu: telescope: Update to 0.7.
    
    * gnu/packages/web-browsers.scm (telescope): Update to 0.7.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/web-browsers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 4dc47cb9fb..51635f0807 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.6.1")
+    (version "0.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/omar-polo/telescope/releases/download/";
                            version "/telescope-" version ".tar.gz"))
        (sha256
-        (base32 "1hm9gi6yz62h8yh2br85bgycr2xaf5lr7z4gl0p25g7d7qb53ixd"))))
+        (base32 "0b606caw2n02rny5yf1xh3lg0r3bwpxmcz6m4bv3mdd2ym8jjs84"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]