emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49231: closed ([PATCH] - updated telescope (gemini client with a TUI


From: GNU bug Tracking System
Subject: bug#49231: closed ([PATCH] - updated telescope (gemini client with a TUI) to 0.3.)
Date: Wed, 30 Jun 2021 07:50:02 +0000

Your message dated Wed, 30 Jun 2021 09:49:48 +0200
with message-id <87mtr7zt9f.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#49231] [PATCH] - updated telescope (gemini client 
with a TUI) to 0.3.
has caused the debbugs.gnu.org bug report #49231,
regarding [PATCH] - updated telescope (gemini client with a TUI) to 0.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49231: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49231
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#49231] [PATCH] - updated telescope (gemini client with a TUI) to 0.3. Date: Wed, 30 Jun 2021 09:49:48 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

cage <cage-dev@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


--- End Message ---

reply via email to

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