[PATCH] gnu: telescope: Update to 0.6.1

  • Done
  • quality assurance status badge
Details
2 participants
  • cage
  • Nicolas Goaziou
Owner
unassigned
Submitted by
cage
Severity
normal

Debbugs page

cage wrote 3 years ago
(address . guix-patches@gnu.org)
YadJ8TUb+6CO5t52@kurosawa.casa.net
---
gnu/packages/web-browsers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
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
Nicolas Goaziou wrote 3 years ago
(name . cage)(address . cage-dev@twistfold.it)(address . 52219-done@debbugs.gnu.org)
877dcoz670.fsf@nicolasgoaziou.fr
Hello,

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

Toggle quote (4 lines)
> ---
> 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
Closed
cage wrote 3 years ago
(name . Nicolas Goaziou)(address . mail@nicolasgoaziou.fr)(address . 52219-done@debbugs.gnu.org)(name . cage)(address . cage-dev@twistfold.it)
YaeeWtFb5Yo1VVed@kurosawa.casa.net
On Wed, Dec 01, 2021 at 04:38:11PM +0100, Nicolas Goaziou wrote:

[...]

Toggle quote (6 lines)
> > ---
> > 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.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 52219@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 52219
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help