guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 9aff2049282dd0ab62f775679e96f7818b41a517
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jul 26 22:57:52 2025 +0900

    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
---
 gnu/packages/gnome.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8f1aefc703..8f833ab4cb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7351,7 +7351,7 @@ environments.")
 (define-public yelp-xsl
   (package
     (name "yelp-xsl")
-    (version "42.1")
+    (version "42.4")
     (source
      (origin
        (method url-fetch)
@@ -7360,10 +7360,8 @@ environments.")
                        (version-major version) "/"
                        name "-" version ".tar.xz"))
        (sha256
-        (base32 "1kav039g62q35h508shdbrcjcfkdsc7k6wcr2g780c35n58f32r3"))))
-    (build-system gnu-build-system)
-    (arguments
-     '(#:configure-flags '("--enable-doc")))
+        (base32 "1lfpmdc4y46a528q5filn6xs8add921avrnwl2vpysp6n9zb1szx"))))
+    (build-system meson-build-system)
     (native-inputs
      (list mallard-ducktype
            gettext-minimal

Reply via email to