GNU bug report logs -
#73246
[PATCH v3] gnu: goawk: Update to 1.29.0.
Previous Next
Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>
Date: Sat, 14 Sep 2024 09:09:01 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 73246 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/textutils.scm (goawk): Update to 1.28.1.
---
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 2b3fc55425..6d715a2c81 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1270,7 +1270,7 @@ (define-public bibutils
(define-public goawk
(package
(name "goawk")
- (version "1.27.0")
+ (version "1.28.1")
(source
(origin
(method git-fetch)
@@ -1279,7 +1279,7 @@ (define-public goawk
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "003idgqj1g41y4sja9gzbds95fl3ba0l20wfgh7hp4kiivgls7r8"))))
+ (base32 "0yqdirjgpwdavii8hih01q6llmr6xzaxpwl1hk30abgzr8qy8vci"))))
(build-system go-build-system)
(arguments
(list
base-commit: 8bb98e67cb3ff0a73463787654ab6460a3a9db0a
--
2.46.0
This bug report was last modified 242 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.