all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52219] [PATCH] gnu: telescope: Update to 0.6.1
@ 2021-12-01 10:09 cage
  2021-12-01 15:38 ` bug#52219: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: cage @ 2021-12-01 10:09 UTC (permalink / raw)
  To: 52219

---
 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




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

* bug#52219: [PATCH] gnu: telescope: Update to 0.6.1
  2021-12-01 10:09 [bug#52219] [PATCH] gnu: telescope: Update to 0.6.1 cage
@ 2021-12-01 15:38 ` Nicolas Goaziou
  2021-12-01 16:10   ` [bug#52219] " cage
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2021-12-01 15:38 UTC (permalink / raw)
  To: cage; +Cc: 52219-done

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




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

* [bug#52219] [PATCH] gnu: telescope: Update to 0.6.1
  2021-12-01 15:38 ` bug#52219: " Nicolas Goaziou
@ 2021-12-01 16:10   ` cage
  0 siblings, 0 replies; 3+ messages in thread
From: cage @ 2021-12-01 16:10 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 52219-done, cage

On Wed, Dec 01, 2021 at 04:38:11PM +0100, Nicolas Goaziou wrote:

[...]

> > ---
> >  gnu/packages/web-browsers.scm | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> Thank you. I completed the commit message, and applied your patch.

Great! Thank you! :)
C.




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

end of thread, other threads:[~2021-12-01 16:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01 10:09 [bug#52219] [PATCH] gnu: telescope: Update to 0.6.1 cage
2021-12-01 15:38 ` bug#52219: " Nicolas Goaziou
2021-12-01 16:10   ` [bug#52219] " cage

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.