summaryrefslogtreecommitdiff
path: root/gnu/packages/gawk.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-09-05 10:31:51 +0200
committerMarius Bakke <marius@gnu.org>2022-09-08 21:39:59 +0200
commit845bc594023e22fe1994afde29e2c3c4ae4343b9 (patch)
tree4d312b2c24d9e7470eac9241db1d23364db1f9e8 /gnu/packages/gawk.scm
parentc527b0ce23c5d9228d29c5f90892aa5f05e77347 (diff)
downloadguix-patches-845bc594023e22fe1994afde29e2c3c4ae4343b9.tar
guix-patches-845bc594023e22fe1994afde29e2c3c4ae4343b9.tar.gz
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.scm4
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