diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-05 10:31:51 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-08 21:39:59 +0200 |
commit | 845bc594023e22fe1994afde29e2c3c4ae4343b9 (patch) | |
tree | 4d312b2c24d9e7470eac9241db1d23364db1f9e8 /gnu/packages/gawk.scm | |
parent | c527b0ce23c5d9228d29c5f90892aa5f05e77347 (diff) |
gnu: gawk: Update to 5.2.0.
* gnu/packages/gawk.scm (gawk): Update to 5.2.0.
Diffstat (limited to 'gnu/packages/gawk.scm')
-rw-r--r-- | gnu/packages/gawk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm index 0368e38362..9e30c7c1d4 100644 --- a/gnu/packages/gawk.scm +++ b/gnu/packages/gawk.scm @@ -39,13 +39,13 @@ (define-public gawk (package (name "gawk") - (version "5.1.1") + (version "5.2.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gawk/gawk-" version ".tar.xz")) (sha256 - (base32 "18kybw47fb1sdagav7aj95r9pp09r5gm202y3ahvwjw9dqw2jxnq")))) + (base32 "064hccnn6644bs96z8fcws1wkm32066j106a2plfh47gqb8vmpg4")))) (build-system gnu-build-system) (arguments (list #:phases |