diff mbox series

[bug#53282] * gnu/packages/web-browsers.scm (telescope): Update to 0.7.1.

Message ID YeKxaW/II43p22ve@kurosawa.casa.net
State Accepted
Headers show
Series [bug#53282] * gnu/packages/web-browsers.scm (telescope): Update to 0.7.1. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

cage Jan. 15, 2022, 11:35 a.m. UTC
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(-)

--
2.33.0

Comments

Mathieu Othacehe Jan. 20, 2022, 1:41 p.m. UTC | #1
Hello,

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

Fixed an issue with the commit message and pushed,

Thanks,

Mathieu
diff mbox series

Patch

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