guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1a5ced617dafa7eb6e9779e792a04682f9fc393c
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:12 2026 +0900
gnu: gnome-control-center: Update to 49.4.
* gnu/packages/gnome.scm (gnome-control-center): Update to 49.4.
[native-inputs]: Add blueprint-compiler.
Change-Id: Ia82d2120a3b7ea9f30f80e3e46a54877e870ea1a
Signed-off-by: NoƩ Lopez <[email protected]>
---
gnu/packages/gnome.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6110063657..56fa674697 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9529,7 +9529,7 @@ Libadwaita.")
(define-public gnome-control-center
(package
(name "gnome-control-center")
- (version "48.6")
+ (version "49.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -9537,7 +9537,7 @@ Libadwaita.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1cx22qg21cinqx4y8f3m2xpfr3z9394l5yab0np611r56gn1wgyz"))))
+ "00jb40sa4hd6hp96ia49nqakzjzqcz3a2rpp60x8y86xzpjpa68k"))))
(build-system meson-build-system)
(arguments
(list
@@ -9584,7 +9584,8 @@ Libadwaita.")
(invoke "dbus-run-session" "--"
"meson" "test" "-t" "0")))))))
(native-inputs
- (list docbook-xsl
+ (list blueprint-compiler
+ docbook-xsl
gettext-minimal
`(,glib "bin") ;for glib-mkenums, etc.
libxslt