mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: goawk: Update to 1.29.0.
* gnu/packages/textutils.scm (goawk): Update to 1.29.0. Change-Id: Iea00b891590f29858b5f558ed5a6ab685c52a766 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
a5ef7bb94d
commit
05e64894e0
1 changed files with 2 additions and 2 deletions
|
@ -1270,7 +1270,7 @@ (define-public bibutils
|
|||
(define-public goawk
|
||||
(package
|
||||
(name "goawk")
|
||||
(version "1.28.0")
|
||||
(version "1.29.0")
|
||||
(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 "0cfqrhbjz9m69fmyzcxc2j8pcyxxmhwjk9x7c7mcb4w52771qbyy"))))
|
||||
(base32 "11ha3wzpwl02g921vz5dvhblim7jf5wxd0gi4vn9jppxah1d5kgl"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue