lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit dc0411b33eb611e219818aa6d67fbc05bc8c5999
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:39:02 2021 +0100
gnu: gnome-settings-daemon: Update to 40.0.
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 40.0.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e38b78b..658bdd9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5370,16 +5370,16 @@ services for numerous locations.")
(define-public gnome-settings-daemon
(package
(name "gnome-settings-daemon")
- (version "3.34.1")
+ (version "40.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "07y1gbicz0pbxmdgwrdzyc4byy30wfwpbqgvnx27gnpqmc5s50cr"))
+ "1nr4fgrxhps1vdq1wk1kz81iy20nm4rsmsnyfxypbsm7ss0q05p3"))
(patches (search-patches "gnome-settings-daemon-gc.patch"))))
(build-system meson-build-system)
(arguments