guix_mirror_bot pushed a commit to branch master
in repository guix.
commit db74afaab80d2da315456f7965065e1a6e4f1327
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Oct 30 16:19:53 2025 +0900
Revert "gnu: gettext-minimal: Update to 0.26."
This reverts commit e6f3c37fa270138ff168aaf2a14de7496272a02a.
---
gnu/packages/autotools.scm | 4 ++--
gnu/packages/gettext.scm | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 472af47e0c..6f694c9b7f 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -438,14 +438,14 @@ Makefile, simplifying the entire process for the
developer.")
(define-public automake
(package/inherit automake-1.16.5
(name "automake")
- (version "1.18.1")
+ (version "1.17")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/automake/automake-"
version ".tar.xz"))
(sha256
(base32
- "11v8ckqx7z8hv4mq9dnhg58cwnssaa7l9136yndbhlc34xis72hn"))
+ "146rkdcwri2dkwn3pjrjs9v0wm4xyav9vvq4yw5vj4qy87yc2849"))
(patches
(search-patches "automake-skip-amhello-tests.patch"))))
(arguments
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index 5a3e1d8d84..daffe656e6 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -55,14 +55,14 @@
(define-public gettext-minimal
(package
(name "gettext-minimal")
- (version "0.26")
+ (version "0.23.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gettext/gettext-"
version ".tar.gz"))
(sha256
(base32
- "0zqxpdc6xxf7rz69xfxiv7z32djvrsm64m80c05i36qy6yqg9b1r"))))
+ "0j8fijicvg8jkrisgsqbpnbmfb2mz3gx2p6pcwip82731yb7i9aj"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;9 MiB of HTML