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

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

bug#49720: closed ([PATCH] Updated telescope to version 0.4.1.)


From: GNU bug Tracking System
Subject: bug#49720: closed ([PATCH] Updated telescope to version 0.4.1.)
Date: Tue, 27 Jul 2021 17:40:01 +0000

Your message dated Tue, 27 Jul 2021 19:39:02 +0200
with message-id <87v94vpsg9.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#49720] [PATCH] Updated telescope to version 0.4.1.
has caused the debbugs.gnu.org bug report #49720,
regarding [PATCH] Updated telescope to version 0.4.1.
to be marked as done.

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


-- 
49720: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49720
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Updated telescope to version 0.4.1. Date: Sat, 24 Jul 2021 13:28:13 +0200
---
 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#49720] [PATCH] Updated telescope to version 0.4.1. Date: Tue, 27 Jul 2021 19:39:02 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

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

Thank you!

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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