mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gawk: Update to 5.3.0.
* gnu/packages/gawk.scm (gawk): Update to 5.3.0. Change-Id: Ib1e64d3ed08eb6564ed1ce32ec31ad6492886c92
This commit is contained in:
parent
9b262900fc
commit
da26b34b0f
1 changed files with 2 additions and 2 deletions
|
@ -39,13 +39,13 @@ (define-module (gnu packages gawk)
|
|||
(define-public gawk
|
||||
(package
|
||||
(name "gawk")
|
||||
(version "5.2.2")
|
||||
(version "5.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/gawk/gawk-" version
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1sahl9jsjcsyw39iqirp2pv8jzf89g37xgbks8ffxjxl8qacw7rw"))))
|
||||
(base32 "02x97iyl9v84as4rkdrrkfk2j4vy4r3hpp3rkp3gh3qxs79id76a"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Loading…
Reference in a new issue