unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50302] [PATCH] gnu: telescope: Update to 0.5.1.
@ 2021-08-31 16:33 cage
  2021-08-31 20:26 ` Brice Waegeneire
  0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2021-08-31 16:33 UTC (permalink / raw)
  To: 50302

---
 gnu/packages/web-browsers.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index a0a5498039..3a41f17c80 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -881,23 +881,24 @@ 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)))
     (inputs
-     `(("libevent"  ,libevent)
-       ("libressl"  ,libressl)
-       ("ncurses"   ,ncurses)))
+     `(("pkg-config" ,pkg-config)
+       ("libevent"   ,libevent)
+       ("libressl"   ,libressl)
+       ("ncurses"    ,ncurses)))
     (home-page "https://git.omarpolo.com/telescope/about/")
     (synopsis "Gemini client with a terminal interface")
     (description "Telescope is a w3m-like browser for Gemini.")
-- 
2.32.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#50302] [PATCH] gnu: telescope: Update to 0.5.1.
  2021-08-31 16:33 [bug#50302] [PATCH] gnu: telescope: Update to 0.5.1 cage
@ 2021-08-31 20:26 ` Brice Waegeneire
  0 siblings, 0 replies; 2+ messages in thread
From: Brice Waegeneire @ 2021-08-31 20:26 UTC (permalink / raw)
  To: cage; +Cc: 50302

Hello cage,

Thank you for the patch.  The commit message description was missing and
pkg-config was in the inputs field instead of native-inupts. I fixed that and
pushed it as 1734853e92d1df9d1cb3c3bd747db6ed3feeab37.

Cheers,
- Brice




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-31 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-31 16:33 [bug#50302] [PATCH] gnu: telescope: Update to 0.5.1 cage
2021-08-31 20:26 ` Brice Waegeneire

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).