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


From: guix-commits
Subject: branch master updated: gnu: telescope: Update to 0.5.1.
Date: Tue, 31 Aug 2021 16:23:23 -0400

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

bricewge pushed a commit to branch master
in repository guix.

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

commit 1734853e92d1df9d1cb3c3bd747db6ed3feeab37
Author: cage <cage-dev@twistfold.it>
AuthorDate: Tue Aug 31 18:33:52 2021 +0200

    gnu: telescope: Update to 0.5.1.
    
    * gnu/packages/web-browsers.scm (telescope): Update to 0.5.1.
      [native-inputs]: Add pkg-config.
    
    Co-authored-by: Brice Waegeneire <brice@waegenei.re>
---
 gnu/packages/web-browsers.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index a0a5498..be4fa61 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -881,19 +881,20 @@ interface.")
 (define-public telescope
   (package
     (name "telescope")
-    (version "0.4.1")
+    (version "0.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/omar-polo/telescope/releases/download/";
                            version "/telescope-" version ".tar.gz"))
        (sha256
-        (base32 "086zps4nslv5isfw1b5gvms7vp3fglm7x1a6ks0h0wxarzj350bl"))))
+        (base32 "1fgv7gg2lwrjcihq6mkraqm10a6a7h430ikrjpcwfcpv1gvj8ckz"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests
     (native-inputs
-     `(("gettext" ,gettext-minimal)))
+     `(("gettext" ,gettext-minimal)
+       ("pkg-config" ,pkg-config)))
     (inputs
      `(("libevent"  ,libevent)
        ("libressl"  ,libressl)



reply via email to

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