diff mbox series

[bug#55681] gnu: telescope: Update to 0.8.1.

Message ID YpESsa2+tjP5QPLq@kurosawa.casa.net
State Accepted
Headers show
Series [bug#55681] gnu: telescope: Update to 0.8.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 May 27, 2022, 6:04 p.m. UTC
* gnu/packages/web-browsers.scm (telescope): Update to 0.8.1.
---
 gnu/packages/web-browsers.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--
2.34.0

Comments

Efraim Flashner May 29, 2022, 1:15 p.m. UTC | #1
Patch pushed. Thanks!
diff mbox series

Patch

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 01d71324ba..a98eb849a0 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -923,14 +923,14 @@  (define-public tinmop
 (define-public telescope
   (package
     (name "telescope")
-    (version "0.7.1")
+    (version "0.8.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/omar-polo/telescope/releases/download/"
                            version "/telescope-" version ".tar.gz"))
        (sha256
-        (base32 "055iqld99l4jshs10mhl2ml0p74wcyyv5kxjy8izzysw9lnkjjb5"))))
+        (base32 "1fblm3mjddhjmcj1c065n9440n72ld037bdjdlyk1fpwd240m1pa"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests
@@ -938,7 +938,7 @@  (define-public telescope
      (list gettext-minimal pkg-config))
     (inputs
      (list libevent libressl ncurses))
-    (home-page "https://git.omarpolo.com/telescope/about/")
+    (home-page "https://telescope.omarpolo.com/")
     (synopsis "Gemini client with a terminal interface")
     (description "Telescope is a w3m-like browser for Gemini.")
     (license license:x11)))