summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-07-26 22:57:52 +0900
committerAndreas Enge <andreas@enge.fr>2026-03-06 14:53:12 +0100
commit110b9cffec8ea6380a2566df6071e4250a2c8532 (patch)
tree45ae879366b4d13763b394cc85a6f678709f0512
parentff38eab03f45f9556026c0e3504f7b91b5e84502 (diff)
gnu: yelp: Update to 42.3.
* gnu/packages/gnome.scm (yelp): Update to 42.3. [build-system]: Switch to meson-build-system.
-rw-r--r--gnu/packages/gnome.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7864ed7cd84..406486a4bb3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7403,7 +7403,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 "/"
@@ -7411,8 +7411,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