gnu: gnome-desktop: Update to 3.24.1.

* gnu/packages/gnome.scm (gnome-desktop): Update to 3.24.1.
This commit is contained in:
Kei Kebreau 2017-05-10 08:23:32 -04:00 committed by Marius Bakke
parent 31860852cd
commit 521cdb4bbf
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -261,7 +261,7 @@ commonly used macros.")
(define-public gnome-desktop (define-public gnome-desktop
(package (package
(name "gnome-desktop") (name "gnome-desktop")
(version "3.22.2") (version "3.24.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -270,7 +270,7 @@ commonly used macros.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"074yjz4g9gii045v2pl1ad34hcg92ci04ynxqcabwnf3lvvypmsi")))) "1as5ri52n6wphvhqnxa813q15jri0x47hxsjikjcmb2big9vf2fy"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("gobject-introspection" ,gobject-introspection) `(("gobject-introspection" ,gobject-introspection)