[PATCH] gnu: telescope: Update to 0.7.

  • 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)
YeFnBV0FfGFOBEn6@kurosawa.casa.net
---
gnu/packages/web-browsers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

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

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

Toggle quote (15 lines)
> ---
> 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:

Toggle snippet (5 lines)
gnu: telescope: Update to 0.7.

* gnu/packages/web-browsers.scm (telescope): Update to 0.7.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 53252
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