GNU bug report logs -
#63519
[PATCH core-updates] gnu: gawk: Update to 5.2.2
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Mon, 15 May 2023 14:18:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/gawk.scm (gawk): Update to 5.2.2
---
gnu/packages/gawk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm
index 16a4ca5b0a..9c2276ef0e 100644
--- a/gnu/packages/gawk.scm
+++ b/gnu/packages/gawk.scm
@@ -39,13 +39,13 @@ (define-module (gnu packages gawk)
(define-public gawk
(package
(name "gawk")
- (version "5.2.1")
+ (version "5.2.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gawk/gawk-" version
".tar.xz"))
(sha256
- (base32 "0kvy78jdv6lww1s6y2jm1w2cj46mz1fhflgdj9bwq64y3ywm6db7"))))
+ (base32 "1sahl9jsjcsyw39iqirp2pv8jzf89g37xgbks8ffxjxl8qacw7rw"))))
(build-system gnu-build-system)
(arguments
(list #:phases
base-commit: c5fa9dd0e96493307cc76ea098a6bca9b076e012
--
2.40.1
This bug report was last modified 1 year and 200 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.