GNU bug report logs - #70325
[PATCH] gnu: telescope: Update to 0.9.

Previous Next

Package: guix-patches;

Reported by: cage-dev <at> twistfold.it

Date: Wed, 10 Apr 2024 15:51:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

To reply to this bug, email your comments to 70325 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#70325; Package guix-patches. (Wed, 10 Apr 2024 15:51:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to cage-dev <at> twistfold.it:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 10 Apr 2024 15:51:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: cage-dev <at> twistfold.it
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: telescope: Update to 0.9.
Date: Wed, 10 Apr 2024 17:49:39 +0200
Change-Id: I1eb6567ddc5047d4d36f588086f14f69136588c4
---
 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 b3b785c5f0..0cd2d9972c 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -99,6 +99,7 @@ (define-module (gnu packages web-browsers)
   #:use-module (gnu packages readline)
   #:use-module (gnu packages sdl)
   #:use-module (gnu packages sqlite)
+  #:use-module (gnu packages suckless)
   #:use-module (gnu packages tcl)
   #:use-module (gnu packages text-editors)
   #:use-module (gnu packages tls)
@@ -951,21 +952,21 @@ (define-public tinmop
 (define-public telescope
   (package
     (name "telescope")
-    (version "0.8.1")
+    (version "0.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/omar-polo/telescope/releases/download/"
                            version "/telescope-" version ".tar.gz"))
        (sha256
-        (base32 "1fblm3mjddhjmcj1c065n9440n72ld037bdjdlyk1fpwd240m1pa"))))
+        (base32 "1xbwdm3xcahwl6sjqx6f8hhx7nyzyygkjsnxglwxazp8zlmchqy9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests
     (native-inputs
      (list gettext-minimal pkg-config))
     (inputs
-     (list libevent libressl ncurses))
+     (list libgrapheme libressl ncurses))
     (home-page "https://telescope.omarpolo.com/")
     (synopsis "Gemini client with a terminal interface")
     (description "Telescope is a w3m-like browser for Gemini.")

base-commit: 5a95cf76e1d0f9fdff5b232b42337c657b76d1d4
-- 
2.41.0





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Mon, 15 Apr 2024 09:54:04 GMT) Full text and rfc822 format available.

Notification sent to cage-dev <at> twistfold.it:
bug acknowledged by developer. (Mon, 15 Apr 2024 09:54:05 GMT) Full text and rfc822 format available.

Message #10 received at 70325-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: cage-dev <at> twistfold.it
Cc: 70325-done <at> debbugs.gnu.org
Subject: Re: [bug#70325] [PATCH] gnu: telescope: Update to 0.9.
Date: Mon, 15 Apr 2024 10:52:51 +0100
[Message part 1 (text/plain, inline)]
cage-dev <at> twistfold.it writes:

> Change-Id: I1eb6567ddc5047d4d36f588086f14f69136588c4
> ---
>  gnu/packages/web-browsers.scm | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)

Looks good to me, I added the changelog part of the commit message and
pushed this to master as 8e3831eb126478cad50588a0f3474667981b11ec.

Chris
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#70325; Package guix-patches. (Mon, 15 Apr 2024 16:24:01 GMT) Full text and rfc822 format available.

Message #13 received at 70325 <at> debbugs.gnu.org (full text, mbox):

From: cage <cage-dev <at> twistfold.it>
To: 70325 <at> debbugs.gnu.org
Subject: Re: bug#70325: closed (Re: [bug#70325] [PATCH] gnu: telescope:
 Update to 0.9.)
Date: Mon, 15 Apr 2024 18:23:02 +0200
On Mon, Apr 15, 2024 at 09:54:05AM +0000, GNU bug Tracking System wrote:

> Looks good to me, I added the changelog part of the commit message and
> pushed this to master as 8e3831eb126478cad50588a0f3474667981b11ec.

Thanks!
C.




This bug report was last modified 18 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.