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

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

bug#52219: closed ([PATCH] gnu: telescope: Update to 0.6.1)


From: GNU bug Tracking System
Subject: bug#52219: closed ([PATCH] gnu: telescope: Update to 0.6.1)
Date: Wed, 01 Dec 2021 15:39:02 +0000

Your message dated Wed, 01 Dec 2021 16:38:11 +0100
with message-id <877dcoz670.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#52219] [PATCH] gnu: telescope: Update to 0.6.1
has caused the debbugs.gnu.org bug report #52219,
regarding [PATCH] gnu: telescope: Update to 0.6.1
to be marked as done.

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


-- 
52219: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52219
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: telescope: Update to 0.6.1 Date: Wed, 1 Dec 2021 11:09:53 +0100
---
 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 7ea2a9a9ec..908455a75b 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -890,14 +890,14 @@ (define-public tinmop
 (define-public telescope
   (package
     (name "telescope")
-    (version "0.5.2")
+    (version "0.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append 
"https://github.com/omar-polo/telescope/releases/download/";
                            version "/telescope-" version ".tar.gz"))
        (sha256
-        (base32 "0phvwhxvm63y68cyvzw5dk60yjzfv6bpxf5c4bl08daj3ia48fbk"))))
+        (base32 "1hm9gi6yz62h8yh2br85bgycr2xaf5lr7z4gl0p25g7d7qb53ixd"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests
-- 
2.33.0



--- End Message ---
--- Begin Message --- Subject: Re: [bug#52219] [PATCH] gnu: telescope: Update to 0.6.1 Date: Wed, 01 Dec 2021 16:38:11 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

cage <cage-dev@twistfold.it> writes:

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

Thank you. I completed the commit message, and applied your patch.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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