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

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

    gnu: yelp: Update to 42.3.
    
    * gnu/packages/gnome.scm (yelp): Update to 42.3.
    
    Change-Id: I22a39f929fcdf001540cf03bfd2056cd5eac68c6
---
 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 db12b2f118..af57bda26a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7491,7 +7491,7 @@ jQuery.Syntax JavaScript libraries.")
 (define-public yelp
   (package
     (name "yelp")
-    (version "42.2")
+    (version "42.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7499,7 +7499,7 @@ jQuery.Syntax JavaScript libraries.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0jxckvzmp3lzg62wrdp7f3c8hw6zbkwd0sy65ir9q259hw3zvid2"))))
+                "18w95bfhq3d364af1qqb63rgaixkrl7xk0x079x6m7lscwic9k16"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      (list #:phases

Reply via email to