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

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

bug#53282: closed ([PATCH] * gnu/packages/web-browsers.scm (telescope):


From: GNU bug Tracking System
Subject: bug#53282: closed ([PATCH] * gnu/packages/web-browsers.scm (telescope): Update to 0.7.1.)
Date: Thu, 20 Jan 2022 13:42:02 +0000

Your message dated Thu, 20 Jan 2022 14:41:08 +0100
with message-id <87a6fq34p7.fsf@gnu.org>
and subject line Re: bug#53282: [PATCH] * gnu/packages/web-browsers.scm 
(telescope): Update to 0.7.1.
has caused the debbugs.gnu.org bug report #53282,
regarding [PATCH] * gnu/packages/web-browsers.scm (telescope): Update to 0.7.1.
to be marked as done.

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


-- 
53282: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53282
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] * gnu/packages/web-browsers.scm (telescope): Update to 0.7.1. Date: Sat, 15 Jan 2022 12:35:05 +0100
Hi!

This new version fixed a bug  that prevented links in the "about" page
to be opened.

---
 gnu/packages/web-browsers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 681791c147..c70c36fe5a 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -902,14 +902,14 @@ (define-public tinmop
 (define-public telescope
   (package
     (name "telescope")
-    (version "0.7")
+    (version "0.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/omar-polo/telescope/releases/download/";
                            version "/telescope-" version ".tar.gz"))
        (sha256
-        (base32 "0b606caw2n02rny5yf1xh3lg0r3bwpxmcz6m4bv3mdd2ym8jjs84"))))
+        (base32 "055iqld99l4jshs10mhl2ml0p74wcyyv5kxjy8izzysw9lnkjjb5"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests
--
2.33.0



--- End Message ---
--- Begin Message --- Subject: Re: bug#53282: [PATCH] * gnu/packages/web-browsers.scm (telescope): Update to 0.7.1. Date: Thu, 20 Jan 2022 14:41:08 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

>  gnu/packages/web-browsers.scm | 4 ++--

Fixed an issue with the commit message and pushed,

Thanks,

Mathieu


--- End Message ---

reply via email to

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