guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: gawk: Update to 5.2.1.


From: guix-commits
Subject: branch core-updates updated: gnu: gawk: Update to 5.2.1.
Date: Thu, 24 Nov 2022 01:49:05 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new ee9bf36b8d gnu: gawk: Update to 5.2.1.
ee9bf36b8d is described below

commit ee9bf36b8d901f470e46b283801dbe1e8d6d6615
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Nov 24 08:46:35 2022 +0200

    gnu: gawk: Update to 5.2.1.
    
    * gnu/packages/gawk.scm (gawk): Update to 5.2.1.
---
 gnu/packages/gawk.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gawk.scm b/gnu/packages/gawk.scm
index 9e30c7c1d4..16a4ca5b0a 100644
--- a/gnu/packages/gawk.scm
+++ b/gnu/packages/gawk.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2018, 2022 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2021, 2022 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2022 Paul A. Patience <paul@apatience.com>
 ;;;
@@ -39,13 +39,13 @@
 (define-public gawk
   (package
    (name "gawk")
-   (version "5.2.0")
+   (version "5.2.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gawk/gawk-" version
                                 ".tar.xz"))
             (sha256
-             (base32 "064hccnn6644bs96z8fcws1wkm32066j106a2plfh47gqb8vmpg4"))))
+             (base32 "0kvy78jdv6lww1s6y2jm1w2cj46mz1fhflgdj9bwq64y3ywm6db7"))))
    (build-system gnu-build-system)
    (arguments
     (list #:phases



reply via email to

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