sharlatan pushed a commit to branch go-team
in repository guix.
commit 86ffb74d69a98cc6c1bd3a7500cbea6d1682170a
Author: Sharlatan Hellseher <[email protected]>
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 ea18e87433..071080c413 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