guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: gawk: Update to 5.3.0.


From: guix-commits
Subject: 03/04: gnu: gawk: Update to 5.3.0.
Date: Sat, 6 Jan 2024 10:34:48 -0500 (EST)

civodul pushed a commit to branch core-updates
in repository guix.

commit 404329d950547eb2550029e4c2955d573ce9f9f5
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jan 5 17:56:40 2024 +0100

    gnu: gawk: Update to 5.3.0.
    
    * gnu/packages/gawk.scm (gawk): Update to 5.3.0.
    
    Change-Id: Ib1e64d3ed08eb6564ed1ce32ec31ad6492886c92
---
 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 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



reply via email to

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