diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-25 23:09:36 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-26 16:50:23 +0100 |
commit | 89fca5fe4ec284f9bd9266e01da47ab4969855d9 (patch) | |
tree | 72c75eea505d2c58dbbefb4dc6ed4df3af2f1ed3 | |
parent | fb6b8bfc880d4199533d15438a13c70e961a1d80 (diff) |
gnu: goawk: Update to 1.29.1.
* gnu/packages/textutils.scm (goawk): Update to 1.29.1.
Change-Id: If54c4b58142698d297c8e17cce8b12a547e9cfbc
-rw-r--r-- | gnu/packages/textutils.scm | 4 |
1 files 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 |