GNU bug report logs - #49231
[PATCH] - updated telescope (gemini client with a TUI) to 0.3.

Previous Next

Package: guix-patches;

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

Date: Sat, 26 Jun 2021 10:07:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49231 in the body.
You can then email your comments to 49231 AT debbugs.gnu.org in the normal way.

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#49231; Package guix-patches. (Sat, 26 Jun 2021 10:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to cage <cage-dev <at> twistfold.it>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 26 Jun 2021 10:07:02 GMT) Full text and rfc822 format available.

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

From: cage <cage-dev <at> twistfold.it>
To: guix-patches <at> gnu.org
Subject: [PATCH] - updated telescope (gemini client with a TUI) to 0.3.
Date: Sat, 26 Jun 2021 12:06:20 +0200
---
 gnu/packages/web-browsers.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 97da3d74e3..8b491cdc7c 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -49,6 +49,7 @@
   #:use-module (gnu packages)
   #:use-module (gnu packages autotools)
   #:use-module (gnu packages backup)
+  #:use-module (gnu packages bison)
   #:use-module (gnu packages compression)
   #:use-module (gnu packages curl)
   #:use-module (gnu packages documentation)
@@ -909,21 +910,22 @@ interface.")
 (define-public telescope
   (package
     (name "telescope")
-    (version "0.2")
+    (version "0.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://git.omarpolo.com/telescope/snapshot/"
                            "telescope-" version ".tar.gz"))
        (sha256
-        (base32 "1j7cj7fmvl11dvyhb23jx20k4r7m310qnyq0pwz3ijdpm5s88rf1"))))
+        (base32 "1wg5x04n9iri7jx1lzhmd79j41grhjm3mpxn9qq9nf8n102wlvm3"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
-       ("gettext" ,gettext-minimal)))
+       ("gettext" ,gettext-minimal)
+       ("bison"   ,bison)))
     (inputs
      `(("libevent"  ,libevent)
        ("libressl"  ,libressl)
-- 
2.31.1





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Wed, 30 Jun 2021 07:50:02 GMT) Full text and rfc822 format available.

Notification sent to cage <cage-dev <at> twistfold.it>:
bug acknowledged by developer. (Wed, 30 Jun 2021 07:50:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: cage <cage-dev <at> twistfold.it>
Cc: 49231-done <at> debbugs.gnu.org
Subject: Re: [bug#49231] [PATCH] - updated telescope (gemini client with a
 TUI) to 0.3.
Date: Wed, 30 Jun 2021 09:49:48 +0200
Hello,

cage <cage-dev <at> twistfold.it> writes:

> ---
>  gnu/packages/web-browsers.scm | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)

I tweaked the commit message, re-ordered native-inputs and applied your
patch.

Thanks!

Regards,
-- 
Nicolas Goaziou




Information forwarded to guix-patches <at> gnu.org:
bug#49231; Package guix-patches. (Wed, 30 Jun 2021 15:23:02 GMT) Full text and rfc822 format available.

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

From: cage <cage-dev <at> twistfold.it>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: 49231-done <at> debbugs.gnu.org, cage <cage-dev <at> twistfold.it>
Subject: Re: [bug#49231] [PATCH] - updated telescope (gemini client with a
 TUI) to 0.3.
Date: Wed, 30 Jun 2021 17:03:02 +0200
On Wed, Jun 30, 2021 at 09:49:48AM +0200, Nicolas Goaziou wrote:
> Hello,

Hi!

> I tweaked the commit message, re-ordered native-inputs and applied your
> patch.
>
> Thanks!

Thanks a lot to you! :)

Bye!
C.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 29 Jul 2021 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 243 days ago.

Previous Next


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