all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49231] [PATCH] - updated telescope (gemini client with a TUI) to 0.3.
@ 2021-06-26 10:06 cage
  2021-06-30  7:49 ` bug#49231: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: cage @ 2021-06-26 10:06 UTC (permalink / raw)
  To: 49231

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





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

* bug#49231: [PATCH] - updated telescope (gemini client with a TUI) to 0.3.
  2021-06-26 10:06 [bug#49231] [PATCH] - updated telescope (gemini client with a TUI) to 0.3 cage
@ 2021-06-30  7:49 ` Nicolas Goaziou
  2021-06-30 15:03   ` [bug#49231] " cage
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2021-06-30  7:49 UTC (permalink / raw)
  To: cage; +Cc: 49231-done

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




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

* [bug#49231] [PATCH] - updated telescope (gemini client with a TUI) to 0.3.
  2021-06-30  7:49 ` bug#49231: " Nicolas Goaziou
@ 2021-06-30 15:03   ` cage
  0 siblings, 0 replies; 3+ messages in thread
From: cage @ 2021-06-30 15:03 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 49231-done, cage

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.




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

end of thread, other threads:[~2021-06-30 15:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-26 10:06 [bug#49231] [PATCH] - updated telescope (gemini client with a TUI) to 0.3 cage
2021-06-30  7:49 ` bug#49231: " Nicolas Goaziou
2021-06-30 15:03   ` [bug#49231] " cage

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.