[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: autoconf-archive: Update to 2022.09.03.
From: |
guix-commits |
Subject: |
02/02: gnu: autoconf-archive: Update to 2022.09.03. |
Date: |
Tue, 25 Oct 2022 02:30:21 -0400 (EDT) |
efraim pushed a commit to branch core-updates
in repository guix.
commit 937d2a907bb842d0dae3b2c856b7852ac8056ffd
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 21:50:23 2022 +0300
gnu: autoconf-archive: Update to 2022.09.03.
* gnu/packages/autotools.scm (autoconf-archive): Update to 2022.09.03.
---
gnu/packages/autotools.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index a35c8c7667..49f4865026 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -276,7 +276,7 @@ exec ~a --no-auto-compile \"$0\" \"$@\"
(define-public autoconf-archive
(package
(name "autoconf-archive")
- (version "2021.02.19")
+ (version "2022.09.03")
(source
(origin
(method url-fetch)
@@ -284,7 +284,7 @@ exec ~a --no-auto-compile \"$0\" \"$@\"
version ".tar.xz"))
(sha256
(base32
- "1gcwqspcxiygnyk02smsk8ivzs9r69ji38izxzzsijyx52fyp9p8"))))
+ "08zl68xdd907fb1r8kb88ycq09w9g53hfbflpq3pkblc1pq58x70"))))
(build-system gnu-build-system)
(home-page "https://www.gnu.org/software/autoconf-archive/")
(synopsis "Collection of freely reusable Autoconf macros")