1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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>
This commit is contained in:
Ashish SHUKLA
2025-11-17 00:39:51 +01:00
committed by Andreas Enge
parent e7d53cd390
commit 2c1376e9f1

View File

@@ -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