gnu: gnome-settings-daemon: Update to 3.30.1.2.

* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 3.30.1.2.
This commit is contained in:
Ricardo Wurmus 2018-12-05 17:32:15 +01:00 committed by Kei Kebreau
parent 5120f24f0e
commit 2fbe8cdb43
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -3240,7 +3240,7 @@ services for numerous locations.")
(define-public gnome-settings-daemon (define-public gnome-settings-daemon
(package (package
(name "gnome-settings-daemon") (name "gnome-settings-daemon")
(version "3.28.1") (version "3.30.1.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3249,7 +3249,7 @@ services for numerous locations.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0z9dip9p0iav646cmxisii5sbkdr9hmaklc5fzvschpbjkhphksr")))) "079dh609rvpwfyzg4m898q8km9g7x04hg18rwwb1izj1dr7zdp2w"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:glib-or-gtk? #t `(#:glib-or-gtk? #t