guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 1112f53f6ecf4e2952930fd534441c9a1419203c
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 c6e62e483b..53b6afbf45 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7558,7 +7558,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 "/"
@@ -7566,7 +7566,7 @@ jQuery.Syntax JavaScript libraries.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0jxckvzmp3lzg62wrdp7f3c8hw6zbkwd0sy65ir9q259hw3zvid2"))))
+ "18w95bfhq3d364af1qqb63rgaixkrl7xk0x079x6m7lscwic9k16"))))
(build-system glib-or-gtk-build-system)
(arguments
(list #:phases