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.6.1.


From: guix-commits
Subject: branch master updated: gnu: telescope: Update to 0.6.1.
Date: Wed, 01 Dec 2021 10:38:27 -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 0a9edd2  gnu: telescope: Update to 0.6.1.
0a9edd2 is described below

commit 0a9edd23cac53b543f82c60da99bcd1f34246622
Author: cage <cage-dev@twistfold.it>
AuthorDate: Wed Dec 1 11:09:53 2021 +0100

    gnu: telescope: Update to 0.6.1.
    
    * gnu/packages/web-browsers.scm (telescope): Update to 0.6.1.
    
    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 7ea2a9a..908455a 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -890,14 +890,14 @@ interface.")
 (define-public telescope
   (package
     (name "telescope")
-    (version "0.5.2")
+    (version "0.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/omar-polo/telescope/releases/download/";
                            version "/telescope-" version ".tar.gz"))
        (sha256
-        (base32 "0phvwhxvm63y68cyvzw5dk60yjzfv6bpxf5c4bl08daj3ia48fbk"))))
+        (base32 "1hm9gi6yz62h8yh2br85bgycr2xaf5lr7z4gl0p25g7d7qb53ixd"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests



reply via email to

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