guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#63519] [PATCH core-updates] gnu: gawk: Update to 5.2.2


From: Andy Tai
Subject: [bug#63519] [PATCH core-updates] gnu: gawk: Update to 5.2.2
Date: Mon, 15 May 2023 07:17:45 -0700

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]