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