gnu: gnome-desktop: Update to 3.24.2.

* gnu/packages/gnome.scm (gnome-desktop): Update to 3.24.2.
This commit is contained in:
Marius Bakke 2017-05-24 19:33:34 +02:00
parent 62963f568e
commit 7a0d78fc52
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@ commonly used macros.")
(define-public gnome-desktop
(package
(name "gnome-desktop")
(version "3.24.1")
(version "3.24.2")
(source
(origin
(method url-fetch)
@ -272,7 +272,7 @@ commonly used macros.")
name "-" version ".tar.xz"))
(sha256
(base32
"1as5ri52n6wphvhqnxa813q15jri0x47hxsjikjcmb2big9vf2fy"))))
"0pkq5l1llw8gkjhfq6y58iyj6wac8dh1mc3rzjzn6nd7lrkdx8cg"))))
(build-system gnu-build-system)
(native-inputs
`(("gobject-introspection" ,gobject-introspection)