From 3175906737ad038f21027af20b7c4d19949b2e1a Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sat, 23 Nov 2024 20:52:02 +0100 Subject: [PATCH] gnu: gnome-settings-daemon: Update to 47.2. gnome-settings-daemon 46 has a hard requirement for systemd, which is fixed with two upstream patches that are sadly not yet included in any public release. To not carry them around needlessly, jump straight ahead to 47. * gnu/packages/gnome.scm (gnome-settings-daemon): Update to 47.2. --- 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 580e7d3ae0f5201a69acc57d9e3bee203d03466b..b1d4597dbf888049dfafb855c60a05f8b1239e02 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6084,7 +6084,7 @@ services for numerous locations.") (define-public gnome-settings-daemon (package (name "gnome-settings-daemon") - (version "44.1") + (version "47.2") (source (origin (method url-fetch) @@ -6093,7 +6093,7 @@ services for numerous locations.") name "-" version ".tar.xz")) (sha256 (base32 - "129rjhr2kvfd37fingz8737brh8a874hlw3xlh01658zv1r3nr8j")) + "0nka7zfl4hzzk4066kk5cc8pmk7v3izhi4wihsh5b3w85s35idqy")) (patches (search-patches "gnome-settings-daemon-gc.patch")))) (build-system meson-build-system) (arguments