unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63519] [PATCH core-updates] gnu: gawk: Update to 5.2.2
@ 2023-05-15 14:17 Andy Tai
  0 siblings, 0 replies; only message in thread
From: Andy Tai @ 2023-05-15 14:17 UTC (permalink / raw)
  To: 63519; +Cc: Andy Tai

* 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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-15 14:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-15 14:17 [bug#63519] [PATCH core-updates] gnu: gawk: Update to 5.2.2 Andy Tai

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).