GNU bug report logs - #73246
[PATCH v3] gnu: goawk: Update to 1.29.0.

Previous Next

Package: guix-patches;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73246 in the body.
You can then email your comments to 73246 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73246; Package guix-patches. (Sat, 14 Sep 2024 09:09:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 14 Sep 2024 09:09:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: goawk: Update to 1.28.0.
Date: Sat, 14 Sep 2024 09:08:00 +0000
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#73246; Package guix-patches. (Mon, 16 Sep 2024 03:14:01 GMT) Full text and rfc822 format available.

Message #8 received at 73246 <at> debbugs.gnu.org (full text, mbox):

From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: 73246 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH v2] gnu: goawk: Update to 1.28.1.
Date: Mon, 16 Sep 2024 03:12:43 +0000
* gnu/packages/textutils.scm (goawk): Update to 1.28.1.
---
 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..6d715a2c81 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.1")
     (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 "0yqdirjgpwdavii8hih01q6llmr6xzaxpwl1hk30abgzr8qy8vci"))))
     (build-system go-build-system)
     (arguments
      (list

base-commit: 8bb98e67cb3ff0a73463787654ab6460a3a9db0a
-- 
2.46.0





Changed bug title to '[PATCH v2] gnu: goawk: Update to 1.28.1.' from '[PATCH] gnu: goawk: Update to 1.28.0.' Request was from "Ashish SHUKLA" <ashish.is <at> lostca.se> to control <at> debbugs.gnu.org. (Mon, 16 Sep 2024 03:15:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#73246; Package guix-patches. (Wed, 18 Sep 2024 21:12:02 GMT) Full text and rfc822 format available.

Message #13 received at 73246 <at> debbugs.gnu.org (full text, mbox):

From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: 73246 <at> debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH v3] gnu: goawk: Update to 1.29.0.
Date: Wed, 18 Sep 2024 21:10:14 +0000
* 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
-- 
2.46.1





Changed bug title to '[PATCH v3] gnu: goawk: Update to 1.29.0.' from '[PATCH v2] gnu: goawk: Update to 1.28.1.' Request was from "Ashish SHUKLA" <ashish.is <at> lostca.se> to control <at> debbugs.gnu.org. (Wed, 18 Sep 2024 21:14:01 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#73246; Package guix-patches. (Thu, 19 Sep 2024 10:05:02 GMT) Full text and rfc822 format available.

Message #18 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org>
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>, 73246-done <at> debbugs.gnu.org
Subject: Re: [bug#73246] [PATCH v3] gnu: goawk: Update to 1.29.0.
Date: Thu, 19 Sep 2024 18:03:38 +0800
[Message part 1 (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)]

Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Thu, 19 Sep 2024 10:05:03 GMT) Full text and rfc822 format available.

Notification sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
bug acknowledged by developer. (Thu, 19 Sep 2024 10:05:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 17 Oct 2024 11:24:10 GMT) Full text and rfc822 format available.

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.