gnu: gawk: Update to 5.0.1.
* gnu/packages/gawk.scm (gawk): Update to 5.0.1.
This commit is contained in:
parent
06172df545
commit
c248e9b022
|
@ -30,13 +30,13 @@
|
||||||
(define-public gawk
|
(define-public gawk
|
||||||
(package
|
(package
|
||||||
(name "gawk")
|
(name "gawk")
|
||||||
(version "5.0.0")
|
(version "5.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/gawk/gawk-" version
|
(uri (string-append "mirror://gnu/gawk/gawk-" version
|
||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "01j409gharghgf7h0pjzywkimhz2ldrxf85nvf3sv1dl1vnr3w2h"))))
|
(base32 "15570p7g2x54asvr2fsc56sxzmm08fbk4mzpcs5n92fp9vq8cklf"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue