guix_mirror_bot pushed a commit to branch add-compress-debug-symbols-phase in repository guix.
commit 18c25c1d4324668e05e85be209ce66baed7cf8b0 Author: Maxim Cournoyer <[email protected]> AuthorDate: Wed Oct 22 15:02:35 2025 +0900 gnu: autoconf: Update to 2.72. * gnu/packages/autotools.scm (autoconf): Point to autoconf-2.72. Change-Id: Ifa0fdd7bab21aa585e729f4e6ccf8ab15b0f73f3 --- gnu/packages/autotools.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index 6f694c9b7f..12af6e8ea0 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm @@ -157,7 +157,7 @@ know anything about Autoconf or M4.") (base32 "0niz4852fgyavfh3gr4h4kzalk01nk70v6vfsja6r3ap349mr25s")))))) -(define-public autoconf autoconf-2.69) +(define-public autoconf autoconf-2.72) (define-public autoconf-2.68 (package (inherit autoconf)
