unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49720] [PATCH] Updated telescope to version 0.4.1.
@ 2021-07-24 11:28 cage
  2021-07-27 17:39 ` bug#49720: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: cage @ 2021-07-24 11:28 UTC (permalink / raw)
  To: 49720

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

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 2236dca0b9..a0c0d0d84a 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -912,22 +912,19 @@ interface.")
 (define-public telescope
   (package
     (name "telescope")
-    (version "0.3")
+    (version "0.4.1")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://git.omarpolo.com/telescope/snapshot/"
-                           "telescope-" version ".tar.gz"))
+       (uri (string-append "https://github.com/omar-polo/telescope/releases/download/"
+                           version "/telescope-" version ".tar.gz"))
        (sha256
-        (base32 "1wg5x04n9iri7jx1lzhmd79j41grhjm3mpxn9qq9nf8n102wlvm3"))))
+        (base32 "086zps4nslv5isfw1b5gvms7vp3fglm7x1a6ks0h0wxarzj350bl"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests
     (native-inputs
-     `(("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("bison"   ,bison)
-       ("gettext" ,gettext-minimal)))
+     `(("gettext" ,gettext-minimal)))
     (inputs
      `(("libevent"  ,libevent)
        ("libressl"  ,libressl)
-- 
2.32.0





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

* bug#49720: [PATCH] Updated telescope to version 0.4.1.
  2021-07-24 11:28 [bug#49720] [PATCH] Updated telescope to version 0.4.1 cage
@ 2021-07-27 17:39 ` Nicolas Goaziou
  2021-07-27 18:51   ` [bug#49720] " cage
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2021-07-27 17:39 UTC (permalink / raw)
  To: cage; +Cc: 49720-done

Hello,

I fixed the commit message and applied your patch. Please have a look at
what is expected.

Thank you!

Regards,
-- 
Nicolas Goaziou




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

* [bug#49720] [PATCH] Updated telescope to version 0.4.1.
  2021-07-27 17:39 ` bug#49720: " Nicolas Goaziou
@ 2021-07-27 18:51   ` cage
  0 siblings, 0 replies; 3+ messages in thread
From: cage @ 2021-07-27 18:51 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 49720-done, cage

On Tue, Jul 27, 2021 at 07:39:02PM +0200, Nicolas Goaziou wrote:
> Hello,

Hi!

> I fixed the commit message and applied your patch. Please have a look at
> what is expected.

Sorry, i  did not knew about  convention for the commit  messages, i
will pay more attention next time! :)

Thanks for applying (and fixing) the patch.
Bye!
C.




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

end of thread, other threads:[~2021-07-27 18:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-24 11:28 [bug#49720] [PATCH] Updated telescope to version 0.4.1 cage
2021-07-27 17:39 ` bug#49720: " Nicolas Goaziou
2021-07-27 18:51   ` [bug#49720] " cage

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