diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-01-05 17:56:40 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:20 +0200 |
commit | da26b34b0f3cf2883a4cb01e11971aad84f2ef6a (patch) | |
tree | 340e38976b087cf99224bd4714f24cae8835a8ee | |
parent | 9b262900fc0458797d2281e562332c5779838f9b (diff) | |
download | guix-da26b34b0f3cf2883a4cb01e11971aad84f2ef6a.tar.gz guix-da26b34b0f3cf2883a4cb01e11971aad84f2ef6a.zip |
gnu: gawk: Update to 5.3.0.
* gnu/packages/gawk.scm (gawk): Update to 5.3.0.
Change-Id: Ib1e64d3ed08eb6564ed1ce32ec31ad6492886c92
-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 476865ada3..aadf3d5180 100644 --- a/gnu/packages/gawk.scm +++ b/gnu/packages/gawk.scm @@ -39,13 +39,13 @@ (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 |