aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/autotools.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-10-24 21:50:23 +0300
committerEfraim Flashner <efraim@flashner.co.il>2022-10-24 21:50:23 +0300
commit937d2a907bb842d0dae3b2c856b7852ac8056ffd (patch)
treec79ba480f5982832c8954a9a61bbda5eed1dcbc8 /gnu/packages/autotools.scm
parent33e118b164cbc16bb47c19d309291ac97b15e938 (diff)
downloadguix-937d2a907bb842d0dae3b2c856b7852ac8056ffd.tar
guix-937d2a907bb842d0dae3b2c856b7852ac8056ffd.tar.gz
gnu: autoconf-archive: Update to 2022.09.03.
* gnu/packages/autotools.scm (autoconf-archive): Update to 2022.09.03.
Diffstat (limited to 'gnu/packages/autotools.scm')
-rw-r--r--gnu/packages/autotools.scm4
1 files 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")