rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit a27b9739abe1d331500b6b7c1eab2de6b22ab2d0
Author: Ricardo Wurmus <[email protected]>
Date: Wed Dec 5 17:32:15 2018 +0100
gnu: gnome-settings-daemon: Update to 3.30.1.2.
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 3.30.1.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 97cbf3c..49f16e4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3233,7 +3233,7 @@ services for numerous locations.")
(define-public gnome-settings-daemon
(package
(name "gnome-settings-daemon")
- (version "3.28.1")
+ (version "3.30.1.2")
(source
(origin
(method url-fetch)
@@ -3242,7 +3242,7 @@ services for numerous locations.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0z9dip9p0iav646cmxisii5sbkdr9hmaklc5fzvschpbjkhphksr"))))
+ "079dh609rvpwfyzg4m898q8km9g7x04hg18rwwb1izj1dr7zdp2w"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t