diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-11-17 00:39:51 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-18 20:53:51 +0100 |
| commit | 2c1376e9f1c9e23b5190384f7af550d90c307e97 (patch) | |
| tree | c0a9bd285d9b1741f5bab85a5c764df8d10b29c7 /gnu | |
| parent | e7d53cd39066b0160b51f10e907f07627977ead9 (diff) | |
gnu: goawk: Update to 1.30.1.
* gnu/packages/textutils.scm (goawk): Update to 1.30.1.
Change-Id: I5187b390358004a8cc2a6b080b53db72b58d6075
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -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 01bcc7caaae..6b98f86cf1a 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.30.0") + (version "1.30.1") (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 "0riimisq3y6pahl1yld5yjxywh39i0v0kd4vmybf5j09klqynbn3")))) + (base32 "18kbcmbxxl9yniz69hwnh2jyw93g3zws8ba02vvhjfwr4xqcm3fp")))) (build-system go-build-system) (arguments (list |
