[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: Add autoconf-2.72.
From: |
guix-commits |
Subject: |
01/03: gnu: Add autoconf-2.72. |
Date: |
Sat, 4 Jan 2025 04:56:30 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit da39523a15c43a6f97b08018ec86efca88063536
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Jan 4 10:14:23 2025 +0100
gnu: Add autoconf-2.72.
* gnu/packages/autotools.scm (autoconf-2.72): New variable.
Change-Id: I9bb20e9a98cbc1d53ac2ca350da875c144f99ce1
---
gnu/packages/autotools.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 7b3997d93a..8e06631937 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -144,6 +144,18 @@ know anything about Autoconf or M4.")
(lambda (file stat)
(executable-file?
file)))))))))))))
+(define-public autoconf-2.72
+ (package (inherit autoconf-2.71)
+ (version "2.72")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnu/autoconf/autoconf-"
+ version ".tar.xz"))
+ (sha256
+ (base32
+ "0niz4852fgyavfh3gr4h4kzalk01nk70v6vfsja6r3ap349mr25s"))))))
+
(define-public autoconf autoconf-2.69)
(define-public autoconf-2.68