summaryrefslogtreecommitdiff
path: root/gnu/packages/gettext.scm
diff options
context:
space:
mode:
authorgemmaro <gemmaro.dev@gmail.com>2024-06-18 22:22:54 +0900
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:45:19 +0200
commitf548a7b5862b56ce7b4c89771269cfba390f2545 (patch)
tree3e642aa7030fe90886ef983796f616ed49c847da /gnu/packages/gettext.scm
parentbe8352d190d664cb6667ad49ea2caf10d193d989 (diff)
gnu: po4a: Update to 0.73.
* gnu/packages/gettext.scm (po4a): Update to 0.73. [native-inputs]: Update docbook-xml to 4.5. [source]: Remove the patch since it is merged in version 0.70. * gnu/local.mk, gnu/packages/patches/po4a-partial-texinfo-menu-fix.patch: Same as above. Change-Id: Iefe13931415409e30d8da982dccc6e1adf1b2984 Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages/gettext.scm')
-rw-r--r--gnu/packages/gettext.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index b0e99d1a5f7..cabe4f3be96 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -11,7 +11,7 @@
11;;; Copyright © 2019 Miguel <rosen644835@gmail.com> 11;;; Copyright © 2019 Miguel <rosen644835@gmail.com>
12;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <janneke@gnu.org> 12;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
13;;; Copyright © 2020 EuAndreh <eu@euandre.org> 13;;; Copyright © 2020 EuAndreh <eu@euandre.org>
14;;; Copyright © 2022 gemmaro <gemmaro.dev@gmail.com> 14;;; Copyright © 2022, 2024 gemmaro <gemmaro.dev@gmail.com>
15;;; Copyright © 2023 Maxim Cournoyer maxim.cournoyer@gmail.com> 15;;; Copyright © 2023 Maxim Cournoyer maxim.cournoyer@gmail.com>
16;;; 16;;;
17;;; This file is part of GNU Guix. 17;;; This file is part of GNU Guix.
@@ -237,7 +237,7 @@ from Markdown files.")
237(define-public po4a 237(define-public po4a
238 (package 238 (package
239 (name "po4a") 239 (name "po4a")
240 (version "0.69") 240 (version "0.73")
241 (source (origin 241 (source (origin
242 (method url-fetch) 242 (method url-fetch)
243 (uri (string-append "https://github.com/mquinson/po4a" 243 (uri (string-append "https://github.com/mquinson/po4a"
@@ -245,8 +245,7 @@ from Markdown files.")
245 version "/po4a-" version ".tar.gz")) 245 version "/po4a-" version ".tar.gz"))
246 (sha256 246 (sha256
247 (base32 247 (base32
248 "15llrfdp4ilbrxy65hmmxka86xj0mrbqfiyzv715wrk16vqszm3w")) 248 "184f0cv0w3xa301gwm74srn5s6g8qdn3ksip84wpg8xjihnzh63g"))))
249 (patches (search-patches "po4a-partial-texinfo-menu-fix.patch"))))
250 (build-system perl-build-system) 249 (build-system perl-build-system)
251 (arguments 250 (arguments
252 (list 251 (list
@@ -292,7 +291,7 @@ from Markdown files.")
292 libxslt 291 libxslt
293 ;; For tests. 292 ;; For tests.
294 docbook-sgml-4.1 293 docbook-sgml-4.1
295 docbook-xml-4.1.2 294 docbook-xml-4.5
296 perl-test-pod 295 perl-test-pod
297 (texlive-updmap.cfg))) 296 (texlive-updmap.cfg)))
298 (inputs 297 (inputs