guix-commits
[Top][All Lists]
Advanced

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

03/19: gnu: gawk: Update to 5.2.0.


From: guix-commits
Subject: 03/19: gnu: gawk: Update to 5.2.0.
Date: Thu, 8 Sep 2022 15:45:19 -0400 (EDT)

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

commit 845bc594023e22fe1994afde29e2c3c4ae4343b9
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Sep 5 10:31:51 2022 +0200

    gnu: gawk: Update to 5.2.0.
    
    * gnu/packages/gawk.scm (gawk): Update to 5.2.0.
---
 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 0368e38362..9e30c7c1d4 100644
--- a/gnu/packages/gawk.scm
+++ b/gnu/packages/gawk.scm
@@ -39,13 +39,13 @@
 (define-public gawk
   (package
    (name "gawk")
-   (version "5.1.1")
+   (version "5.2.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gawk/gawk-" version
                                 ".tar.xz"))
             (sha256
-             (base32 "18kybw47fb1sdagav7aj95r9pp09r5gm202y3ahvwjw9dqw2jxnq"))))
+             (base32 "064hccnn6644bs96z8fcws1wkm32066j106a2plfh47gqb8vmpg4"))))
    (build-system gnu-build-system)
    (arguments
     (list #:phases



reply via email to

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