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


From: guix-commits
Subject: branch master updated: gnu: telescope: Update to 0.5.2.
Date: Wed, 22 Sep 2021 06:39:51 -0400

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

efraim pushed a commit to branch master
in repository guix.

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

commit e13a7458f8f7f40272efe162f2588dfd5933d147
Author: cage <cage-dev@twistfold.it>
AuthorDate: Sat Sep 18 10:10:31 2021 +0200

    gnu: telescope: Update to 0.5.2.
    
    * gnu/packages/web-browsers.scm (telescope): Update to 0.5.2.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 3be59ee..f0aefa3 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -885,14 +885,14 @@ interface.")
 (define-public telescope
   (package
     (name "telescope")
-    (version "0.5.1")
+    (version "0.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/omar-polo/telescope/releases/download/";
                            version "/telescope-" version ".tar.gz"))
        (sha256
-        (base32 "1fgv7gg2lwrjcihq6mkraqm10a6a7h430ikrjpcwfcpv1gvj8ckz"))))
+        (base32 "0phvwhxvm63y68cyvzw5dk60yjzfv6bpxf5c4bl08daj3ia48fbk"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests



reply via email to

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