sharlatan pushed a commit to branch go-team
in repository guix.

commit 148335c659f3200bbfbf7b59b2f32ae39d4b8066
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Tue Feb 25 23:09:36 2025 +0000

    gnu: goawk: Update to 1.29.1.
    
    * gnu/packages/textutils.scm (goawk): Update to 1.29.1.
    
    Change-Id: If54c4b58142698d297c8e17cce8b12a547e9cfbc
---
 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 69dc3a699c..c72e9d9a76 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1271,7 +1271,7 @@ formats (e.g. Bibtex, RIS, etc.) using a common XML 
intermediate.")
 (define-public goawk
   (package
     (name "goawk")
-    (version "1.29.0")
+    (version "1.29.1")
     (source
      (origin
        (method git-fetch)
@@ -1280,7 +1280,7 @@ formats (e.g. Bibtex, RIS, etc.) using a common XML 
intermediate.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11ha3wzpwl02g921vz5dvhblim7jf5wxd0gi4vn9jppxah1d5kgl"))))
+        (base32 "1dn4f8a8wp765v0112vmj2qq2brv7z2c8gr16rfpklxq5p4ml2rx"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to