[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
- 02/19: gnu: grep: Update to 3.8., (continued)
- 02/19: gnu: grep: Update to 3.8., guix-commits, 2022/09/08
- 10/19: gnu: libnftnl/fixed: Update to 1.2.3., guix-commits, 2022/09/08
- 08/19: gnu: libxau: Update to 1.0.10., guix-commits, 2022/09/08
- 12/19: gnu: poppler: Update to 22.09.0., guix-commits, 2022/09/08
- 07/19: gnu: xorgproto: Update to 2022.2., guix-commits, 2022/09/08
- 01/19: gnu: xz: Update to 5.2.6 [security fix]., guix-commits, 2022/09/08
- 18/19: gnu: glm: Fix build with GCC 11., guix-commits, 2022/09/08
- 17/19: gnu: Switch to GCC 11., guix-commits, 2022/09/08
- 04/19: gnu: gsasl: Update to 2.2.0., guix-commits, 2022/09/08
- 13/19: gnu: doxygen: Update to 1.9.5., guix-commits, 2022/09/08
- 03/19: gnu: gawk: Update to 5.2.0.,
guix-commits <=
- 05/19: gnu: ninja: Update to 1.11.1., guix-commits, 2022/09/08
- 06/19: gnu: libxslt: Update to 1.1.37., guix-commits, 2022/09/08
- 11/19: gnu: fontconfig: Update to 2.14.0., guix-commits, 2022/09/08
- 15/19: gnu: glibc: Update to 2.35., guix-commits, 2022/09/08
- 19/19: gnu: clang-runtime: Remove obsolete workaround., guix-commits, 2022/09/08
- 16/19: syscalls: Adjust for glibc 2.34 and later., guix-commits, 2022/09/08
- 09/19: gnu: iproute2: Update to 5.19.0., guix-commits, 2022/09/08
- 14/19: gnu: nss, nss-certs: Update to 3.82., guix-commits, 2022/09/08