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

commit ca686c80182bded59eec00aea3352ee6363043d3
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:21 2025 +0900

    gnu: gnome-settings-daemon: Update to 48.1.
    
    * gnu/packages/gnome.scm (gnome-settings-daemon): Update to 48.1.
    
    Change-Id: I7ed8d8495dbe8b2245212abb686f8609162a0196
---
 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 c12decc012..bdd45788fd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6219,7 +6219,7 @@ services for numerous locations.")
 (define-public gnome-settings-daemon
   (package
     (name "gnome-settings-daemon")
-    (version "47.2")
+    (version "48.1")
     (source
      (origin
        (method url-fetch)
@@ -6228,7 +6228,7 @@ services for numerous locations.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0nka7zfl4hzzk4066kk5cc8pmk7v3izhi4wihsh5b3w85s35idqy"))
+         "0bh6xsx8fgzfgjjf9hvv10ar4f55b0riwymf01kcpjsd47ma4q1q"))
        (patches (search-patches "gnome-settings-daemon-gc.patch"
                                 ;; See 
https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues/792
                                 
"gnome-settings-daemon-screensaver-error.patch"))))

Reply via email to