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