lilyp pushed a commit to branch gnome-team
in repository guix.

commit af5c70464be1d87759fb1a3a9979a84891d2da06
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Nov 23 20:52:02 2024 +0100

    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 a83d3ea50a..10e4b21e56 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6080,7 +6080,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)
@@ -6089,7 +6089,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

Reply via email to