diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-30 16:19:53 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-10-30 16:19:53 +0900 |
| commit | db74afaab80d2da315456f7965065e1a6e4f1327 (patch) | |
| tree | ebffa3ad9d437624d0875e1c19445384a2de535a /gnu/packages/autotools.scm | |
| parent | 09b0ee0f247078846d07769a97c8ce4301525573 (diff) | |
Revert "gnu: gettext-minimal: Update to 0.26."
This reverts commit e6f3c37fa270138ff168aaf2a14de7496272a02a.
Diffstat (limited to 'gnu/packages/autotools.scm')
| -rw-r--r-- | gnu/packages/autotools.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index 472af47e0c3..6f694c9b7fc 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm | |||
| @@ -438,14 +438,14 @@ Makefile, simplifying the entire process for the developer.") | |||
| 438 | (define-public automake | 438 | (define-public automake |
| 439 | (package/inherit automake-1.16.5 | 439 | (package/inherit automake-1.16.5 |
| 440 | (name "automake") | 440 | (name "automake") |
| 441 | (version "1.18.1") | 441 | (version "1.17") |
| 442 | (source (origin | 442 | (source (origin |
| 443 | (method url-fetch) | 443 | (method url-fetch) |
| 444 | (uri (string-append "mirror://gnu/automake/automake-" | 444 | (uri (string-append "mirror://gnu/automake/automake-" |
| 445 | version ".tar.xz")) | 445 | version ".tar.xz")) |
| 446 | (sha256 | 446 | (sha256 |
| 447 | (base32 | 447 | (base32 |
| 448 | "11v8ckqx7z8hv4mq9dnhg58cwnssaa7l9136yndbhlc34xis72hn")) | 448 | "146rkdcwri2dkwn3pjrjs9v0wm4xyav9vvq4yw5vj4qy87yc2849")) |
| 449 | (patches | 449 | (patches |
| 450 | (search-patches "automake-skip-amhello-tests.patch")))) | 450 | (search-patches "automake-skip-amhello-tests.patch")))) |
| 451 | (arguments | 451 | (arguments |
