GNU bug report logs -
#53252
[PATCH] gnu: telescope: Update to 0.7.
Previous Next
Reported by: cage <cage-dev <at> twistfold.it>
Date: Fri, 14 Jan 2022 12:06:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 14 Jan 2022 13:21:41 +0100
with message-id <874k664iei.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#53252] [PATCH] gnu: telescope: Update to 0.7.
has caused the debbugs.gnu.org bug report #53252,
regarding [PATCH] gnu: telescope: Update to 0.7.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
53252: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53252
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
---
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
[Message part 3 (message/rfc822, inline)]
Hello,
cage <cage-dev <at> 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
This bug report was last modified 3 years and 130 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.