guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 5defdae4d0224c1106828d5ec68b2462f1202d03
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.
[build-system]: Switch to meson-build-system.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 16f1fb92f4..a1e66b0c23 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7401,7 +7401,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 "/"
@@ -7409,8 +7409,8 @@ jQuery.Syntax JavaScript libraries.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0jxckvzmp3lzg62wrdp7f3c8hw6zbkwd0sy65ir9q259hw3zvid2"))))
- (build-system glib-or-gtk-build-system)
+ "18w95bfhq3d364af1qqb63rgaixkrl7xk0x079x6m7lscwic9k16"))))
+ (build-system meson-build-system)
(arguments
(list #:phases
#~(modify-phases %standard-phases