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

commit a04e41b43d7791a6e556d00607bb27e16b65d924
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:11 2026 +0900

    gnu: yelp-xsl: Update to 49.0.
    
    * gnu/packages/gnome.scm (yelp-xsl): Update to 49.0.
    
    Change-Id: I88e2357d3769c0594e0dd09a64d869ac0d5c78c3
    Signed-off-by: NoĆ© Lopez <[email protected]>
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 97d99bf8c4..367011863a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7563,7 +7563,7 @@ environments.")
 (define-public yelp-xsl
   (package
     (name "yelp-xsl")
-    (version "42.4")
+    (version "49.0")
     (source
      (origin
        (method url-fetch)
@@ -7572,7 +7572,7 @@ environments.")
                        (version-major version) "/"
                        name "-" version ".tar.xz"))
        (sha256
-        (base32 "1lfpmdc4y46a528q5filn6xs8add921avrnwl2vpysp6n9zb1szx"))))
+        (base32 "1v7va1xa80pyj0dyfraalvsag4m0lza4v87r2i7phyz6iy7kmm2r"))))
     (build-system meson-build-system)
     (native-inputs
      (list mallard-ducktype

Reply via email to