all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ashish SHUKLA via Guix-patches via <guix-patches@gnu.org>
To: 73246@debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>
Subject: [bug#73246] [PATCH v3] gnu: goawk: Update to 1.29.0.
Date: Wed, 18 Sep 2024 21:10:14 +0000	[thread overview]
Message-ID: <164aad332fbe95f38aff6c332149b75cf32a400b.1726693814.git.ashish.is@lostca.se> (raw)
In-Reply-To: <5f6b6928c5af2b6f95e8c3649a33afdd2721c2a4.1726304880.git.ashish.is@lostca.se>

* 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





  parent reply	other threads:[~2024-09-18 21:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-14  9:08 [bug#73246] [PATCH] gnu: goawk: Update to 1.28.0 Ashish SHUKLA via Guix-patches via
2024-09-16  3:12 ` [bug#73246] [PATCH v2] gnu: goawk: Update to 1.28.1 Ashish SHUKLA via Guix-patches via
2024-09-18 21:10 ` Ashish SHUKLA via Guix-patches via [this message]
2024-09-19 10:03   ` bug#73246: [PATCH v3] gnu: goawk: Update to 1.29.0 Z572

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=164aad332fbe95f38aff6c332149b75cf32a400b.1726693814.git.ashish.is@lostca.se \
    --to=guix-patches@gnu.org \
    --cc=73246@debbugs.gnu.org \
    --cc=ashish.is@lostca.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.