GNU bug report logs -
#73246
[PATCH v3] gnu: goawk: Update to 1.29.0.
Previous Next
Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>
Date: Sat, 14 Sep 2024 09:09:01 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
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 Thu, 19 Sep 2024 18:03:38 +0800
with message-id <87plp0ark5.fsf <at> iscas.ac.cn>
and subject line Re: [bug#73246] [PATCH v3] gnu: goawk: Update to 1.29.0.
has caused the debbugs.gnu.org bug report #73246,
regarding [PATCH v3] gnu: goawk: Update to 1.29.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
73246: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73246
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/textutils.scm (goawk): Update to 1.28.0.
Change-Id: I14234c1a268b4121d8d3fb762766ab75b222692d
---
gnu/packages/textutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 2b3fc55425..346efd8a13 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1270,7 +1270,7 @@ (define-public bibutils
(define-public goawk
(package
(name "goawk")
- (version "1.27.0")
+ (version "1.28.0")
(source
(origin
(method git-fetch)
@@ -1279,7 +1279,7 @@ (define-public goawk
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "003idgqj1g41y4sja9gzbds95fl3ba0l20wfgh7hp4kiivgls7r8"))))
+ (base32 "0cfqrhbjz9m69fmyzcxc2j8pcyxxmhwjk9x7c7mcb4w52771qbyy"))))
(build-system go-build-system)
(arguments
(list
base-commit: 2cf45e9ef113b8a5d7a0e4c102b368fc15e8161c
--
2.46.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/textutils.scm (goawk): Update to 1.29.0.
>
> Change-Id: Iea00b891590f29858b5f558ed5a6ab685c52a766
> ---
> gnu/packages/textutils.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
> index 346efd8a13..deebd893d6 100644
> --- a/gnu/packages/textutils.scm
> +++ b/gnu/packages/textutils.scm
> @@ -1270,7 +1270,7 @@ (define-public bibutils
> (define-public goawk
> (package
> (name "goawk")
> - (version "1.28.0")
> + (version "1.29.0")
> (source
> (origin
> (method git-fetch)
> @@ -1279,7 +1279,7 @@ (define-public goawk
> (commit (string-append "v" version))))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "0cfqrhbjz9m69fmyzcxc2j8pcyxxmhwjk9x7c7mcb4w52771qbyy"))))
> + (base32 "11ha3wzpwl02g921vz5dvhblim7jf5wxd0gi4vn9jppxah1d5kgl"))))
> (build-system go-build-system)
> (arguments
> (list
>
> base-commit: 1b6ce1796abdf497f61f426d61339318f4f4f23d
push, close.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 242 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.