unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73246] [PATCH] gnu: goawk: Update to 1.28.0.
@ 2024-09-14  9:08 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 ` [bug#73246] [PATCH v3] gnu: goawk: Update to 1.29.0 Ashish SHUKLA via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: Ashish SHUKLA via Guix-patches via @ 2024-09-14  9:08 UTC (permalink / raw)
  To: 73246; +Cc: Ashish SHUKLA

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-09-19 10:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [bug#73246] [PATCH v3] gnu: goawk: Update to 1.29.0 Ashish SHUKLA via Guix-patches via
2024-09-19 10:03   ` bug#73246: " Z572

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).