unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53252] [PATCH] gnu: telescope: Update to 0.7.
@ 2022-01-14 12:05 cage
  2022-01-14 12:21 ` bug#53252: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: cage @ 2022-01-14 12:05 UTC (permalink / raw)
  To: 53252

---
 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 4dc47cb9fb..51635f0807 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.6.1")
+    (version "0.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/omar-polo/telescope/releases/download/"
                            version "/telescope-" version ".tar.gz"))
        (sha256
-        (base32 "1hm9gi6yz62h8yh2br85bgycr2xaf5lr7z4gl0p25g7d7qb53ixd"))))
+        (base32 "0b606caw2n02rny5yf1xh3lg0r3bwpxmcz6m4bv3mdd2ym8jjs84"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ;no tests
--
2.33.0




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

* bug#53252: [PATCH] gnu: telescope: Update to 0.7.
  2022-01-14 12:05 [bug#53252] [PATCH] gnu: telescope: Update to 0.7 cage
@ 2022-01-14 12:21 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-01-14 12:21 UTC (permalink / raw)
  To: cage; +Cc: 53252-done

Hello,

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

> ---
>  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 4dc47cb9fb..51635f0807 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.6.1")
> +    (version "0.7")

Applied. Thank you.

Note that I normalized the commit message to:

--8<---------------cut here---------------start------------->8---
gnu: telescope: Update to 0.7.

* gnu/packages/web-browsers.scm (telescope): Update to 0.7.
--8<---------------cut here---------------end--------------->8---

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2022-01-14 12:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-14 12:05 [bug#53252] [PATCH] gnu: telescope: Update to 0.7 cage
2022-01-14 12:21 ` bug#53252: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).