all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53282] [PATCH] * gnu/packages/web-browsers.scm (telescope): Update to 0.7.1.
@ 2022-01-15 11:35 cage
  2022-01-20 13:41 ` bug#53282: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2022-01-15 11:35 UTC (permalink / raw)
  To: 53282

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




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

* bug#53282: [PATCH] * gnu/packages/web-browsers.scm (telescope): Update to 0.7.1.
  2022-01-15 11:35 [bug#53282] [PATCH] * gnu/packages/web-browsers.scm (telescope): Update to 0.7.1 cage
@ 2022-01-20 13:41 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-01-20 13:41 UTC (permalink / raw)
  To: cage; +Cc: 53282-done


Hello,

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

Fixed an issue with the commit message and pushed,

Thanks,

Mathieu




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

end of thread, other threads:[~2022-01-20 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-15 11:35 [bug#53282] [PATCH] * gnu/packages/web-browsers.scm (telescope): Update to 0.7.1 cage
2022-01-20 13:41 ` bug#53282: " Mathieu Othacehe

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.