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


From: guix-commits
Subject: branch master updated: gnu: telescope: Update to 0.4.1.
Date: Tue, 27 Jul 2021 13:37:02 -0400

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 d0ec739  gnu: telescope: Update to 0.4.1.
d0ec739 is described below

commit d0ec73907c2995034a34339f4a7c2c72c2e21fea
Author: cage <cage-dev@twistfold.it>
AuthorDate: Sat Jul 24 13:28:13 2021 +0200

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

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 2236dca..a0c0d0d 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -912,22 +912,19 @@ interface.")
 (define-public telescope
   (package
     (name "telescope")
-    (version "0.3")
+    (version "0.4.1")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://git.omarpolo.com/telescope/snapshot/";
-                           "telescope-" version ".tar.gz"))
+       (uri (string-append 
"https://github.com/omar-polo/telescope/releases/download/";
+                           version "/telescope-" version ".tar.gz"))
        (sha256
-        (base32 "1wg5x04n9iri7jx1lzhmd79j41grhjm3mpxn9qq9nf8n102wlvm3"))))
+        (base32 "086zps4nslv5isfw1b5gvms7vp3fglm7x1a6ks0h0wxarzj350bl"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests
     (native-inputs
-     `(("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("bison"   ,bison)
-       ("gettext" ,gettext-minimal)))
+     `(("gettext" ,gettext-minimal)))
     (inputs
      `(("libevent"  ,libevent)
        ("libressl"  ,libressl)



reply via email to

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