guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 55632c424dc36178df9f1d0ef3c5ff9c9f04b60e Author: Yelninei <[email protected]> AuthorDate: Tue Feb 24 07:41:42 2026 +0000 gnu: gettext-minimal: Update to 1.0. * gnu/packages/gettext.scm (gettext-minimal): Update to 1.0. Change-Id: Ice89c61432ca9da08fca69a6a82ecc698860a810 Signed-off-by: Ludovic Courtès <[email protected]> --- gnu/packages/gettext.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm index 5a3e1d8d84..798e7695e7 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 "1.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gettext/gettext-" version ".tar.gz")) (sha256 (base32 - "0zqxpdc6xxf7rz69xfxiv7z32djvrsm64m80c05i36qy6yqg9b1r")))) + "06jgjxnm5xhw0d0zwl9birlwfxfgfqhk9q029j3h9941r5wrpnc5")))) (build-system gnu-build-system) (outputs '("out" "doc")) ;9 MiB of HTML
