summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2025-11-02 17:27:10 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-03 07:53:58 +0000
commit843c85d9eaeaa5d21e000b3fcbb5a6d3d20c5501 (patch)
tree295af54322d149640f151af2aec044ed9df5f3d1 /gnu/packages
parent3e2697252d33a57d6f811cf90a15ced71f01a554 (diff)
gnu: goawk: Update to 1.30.0.
* gnu/packages/textutils.scm (goawk): Update to 1.30.0. Change-Id: I3424c37e7ee60891893648ba377c2711d0cd7999 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/textutils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index caeadce2d9a..cf4beff3bd5 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1498,7 +1498,7 @@ formats (e.g. Bibtex, RIS, etc.) using a common XML intermediate.")
(define-public goawk
(package
(name "goawk")
- (version "1.29.1")
+ (version "1.30.0")
(source
(origin
(method git-fetch)
@@ -1507,7 +1507,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 "1dn4f8a8wp765v0112vmj2qq2brv7z2c8gr16rfpklxq5p4ml2rx"))))
+ (base32 "0riimisq3y6pahl1yld5yjxywh39i0v0kd4vmybf5j09klqynbn3"))))
(build-system go-build-system)
(arguments
(list