guix_mirror_bot pushed a commit to branch add-compress-debug-symbols-phase
in repository guix.

commit 2df3bb5727ab1aef0dab6398362b2f77a4a65c97
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Oct 19 23:54:44 2025 +0900

    gnu: gawk: Update to 5.3.2.
    
    * gnu/packages/gawk.scm (gawk): Update to 5.3.2.
    
    Change-Id: I2381a390bc03fbeed06ea25766c47d391b443e1f
---
 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 730af0761c..0a3e34287b 100644
--- a/gnu/packages/gawk.scm
+++ b/gnu/packages/gawk.scm
@@ -40,13 +40,13 @@
 (define-public gawk
   (package
    (name "gawk")
-   (version "5.3.0")
+   (version "5.3.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gawk/gawk-" version
                                 ".tar.xz"))
             (sha256
-             (base32 "02x97iyl9v84as4rkdrrkfk2j4vy4r3hpp3rkp3gh3qxs79id76a"))))
+             (base32 "1k699kfajwzw4dyw1m9h9kld1gdv00nfy04b2f952w6y15jlihzq"))))
    (build-system gnu-build-system)
    (arguments
     (list #:phases

Reply via email to