gnu: yelp-xsl: Update to 42.4.

* gnu/packages/gnome.scm (yelp-xsl): Update to 42.4.
[build-system]: Switch to meson-build-system.

Change-Id: I97ae90008d3e9d14261b14af9f04538fe5e9ed40
This commit is contained in:
Maxim Cournoyer 2025-07-26 22:57:52 +09:00 committed by Liliana Marie Prikler
parent 7a71731290
commit a20410f3ef
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -7457,7 +7457,7 @@ environments.")
(define-public yelp-xsl (define-public yelp-xsl
(package (package
(name "yelp-xsl") (name "yelp-xsl")
(version "42.1") (version "42.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -7466,10 +7466,8 @@ environments.")
(version-major version) "/" (version-major version) "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 "1kav039g62q35h508shdbrcjcfkdsc7k6wcr2g780c35n58f32r3")))) (base32 "1lfpmdc4y46a528q5filn6xs8add921avrnwl2vpysp6n9zb1szx"))))
(build-system gnu-build-system) (build-system meson-build-system)
(arguments
'(#:configure-flags '("--enable-doc")))
(native-inputs (native-inputs
(list mallard-ducktype (list mallard-ducktype
gettext-minimal gettext-minimal