summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-10-22 15:10:29 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-11-19 09:42:11 +0900
commit3ac1fba670a700906d6317fcdf0ff42ad5b0edb9 (patch)
tree27d5d394e875676d69b2d16030d8915aa941d465
parentb37223a555a2152c7fe1fade559d7013df941f39 (diff)
gnu: gettext-minimal: Update to 0.26.
* gnu/packages/gettext.scm (gettext-minimal): Update to 0.26. Change-Id: I7d594b6a89a7e12a5e0ed2da7875407800e33415
-rw-r--r--gnu/packages/autotools.scm4
-rw-r--r--gnu/packages/gettext.scm4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 6f694c9b7fc..472af47e0c3 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.17") 441 (version "1.18.1")
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 "146rkdcwri2dkwn3pjrjs9v0wm4xyav9vvq4yw5vj4qy87yc2849")) 448 "11v8ckqx7z8hv4mq9dnhg58cwnssaa7l9136yndbhlc34xis72hn"))
449 (patches 449 (patches
450 (search-patches "automake-skip-amhello-tests.patch")))) 450 (search-patches "automake-skip-amhello-tests.patch"))))
451 (arguments 451 (arguments
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index daffe656e6f..5a3e1d8d848 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -55,14 +55,14 @@
55(define-public gettext-minimal 55(define-public gettext-minimal
56 (package 56 (package
57 (name "gettext-minimal") 57 (name "gettext-minimal")
58 (version "0.23.1") 58 (version "0.26")
59 (source (origin 59 (source (origin
60 (method url-fetch) 60 (method url-fetch)
61 (uri (string-append "mirror://gnu/gettext/gettext-" 61 (uri (string-append "mirror://gnu/gettext/gettext-"
62 version ".tar.gz")) 62 version ".tar.gz"))
63 (sha256 63 (sha256
64 (base32 64 (base32
65 "0j8fijicvg8jkrisgsqbpnbmfb2mz3gx2p6pcwip82731yb7i9aj")))) 65 "0zqxpdc6xxf7rz69xfxiv7z32djvrsm64m80c05i36qy6yqg9b1r"))))
66 (build-system gnu-build-system) 66 (build-system gnu-build-system)
67 (outputs '("out" 67 (outputs '("out"
68 "doc")) ;9 MiB of HTML 68 "doc")) ;9 MiB of HTML