GNU bug report logs -
#64475
[PATCH] gnu: autoconf-archive: Update to 2023.02.20.
Previous Next
Reported by: Michael Ford <fanquake <at> gmail.com>
Date: Wed, 5 Jul 2023 12:48:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From 2d80529450298e4142934d78e0fbc1f865257bb0 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Wed, 5 Jul 2023 13:45:58 +0100
Subject: [PATCH] gnu: autoconf-archive: Update to 2023.02.20.
* gnu/packages/autotools.scm (autoconf-archive): Update to 2023.02.20.
---
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 fc6bb196f1..73dbfadf66 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -276,7 +276,7 @@ (define-public autoconf-wrapper
(define-public autoconf-archive
(package
(name "autoconf-archive")
- (version "2022.09.03")
+ (version "2023.02.20")
(source
(origin
(method url-fetch)
@@ -284,7 +284,7 @@ (define-public autoconf-archive
version ".tar.xz"))
(sha256
(base32
- "08zl68xdd907fb1r8kb88ycq09w9g53hfbflpq3pkblc1pq58x70"))))
+ "0cqsqdnmjdyybzw8wqhwkgs1vh7r5pbw66a6g7sz2a5fg6209m3i"))))
(build-system gnu-build-system)
(home-page "https://www.gnu.org/software/autoconf-archive/")
(synopsis "Collection of freely reusable Autoconf macros")
--
2.41.0
This bug report was last modified 1 year and 339 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.