diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-30 16:19:52 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-30 16:19:52 +0900 |
| commit | 663e92bb3285da04cd4755c1ce1a5976a595059e (patch) | |
| tree | 83457754c4575c1941c2fb939df56da9e36c1d5d /gnu | |
| parent | 6878d0da2f166c69a0e27df5d13f271b3451c794 (diff) | |
Revert "gnu: autoconf: Update to 2.72."
This reverts commit db051f571539c4656908773c334dbee40beea340.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/autotools.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/dbm.scm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index b1efe3a11a0..472af47e0c3 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.72) +(define-public autoconf autoconf-2.69) (define-public autoconf-2.68 (package (inherit autoconf) diff --git a/gnu/packages/dbm.scm b/gnu/packages/dbm.scm index 0b32b62909d..97b2bded461 100644 --- a/gnu/packages/dbm.scm +++ b/gnu/packages/dbm.scm @@ -148,7 +148,7 @@ (("rm (.*) configure") "") (("chmod (.*) config.guess(.*)$") "")) (invoke "sh" "s_config")))))) - (native-inputs (list autoconf-2.69 automake-1.16.5 libtool)) + (native-inputs (list autoconf automake-1.16.5 libtool)) (synopsis "Berkeley database") (description "Berkeley DB is an embeddable database allowing developers the choice of |
