mbakke pushed a commit to branch staging
in repository guix.
commit 521cdb4bbffc4bc4bd3ca20f9a6d62d85895b719
Author: Kei Kebreau <[email protected]>
Date: Wed May 10 08:23:32 2017 -0400
gnu: gnome-desktop: Update to 3.24.1.
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.24.1.
---
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 e98a552..5d03517 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -261,7 +261,7 @@ commonly used macros.")
(define-public gnome-desktop
(package
(name "gnome-desktop")
- (version "3.22.2")
+ (version "3.24.1")
(source
(origin
(method url-fetch)
@@ -270,7 +270,7 @@ commonly used macros.")
name "-" version ".tar.xz"))
(sha256
(base32
- "074yjz4g9gii045v2pl1ad34hcg92ci04ynxqcabwnf3lvvypmsi"))))
+ "1as5ri52n6wphvhqnxa813q15jri0x47hxsjikjcmb2big9vf2fy"))))
(build-system gnu-build-system)
(native-inputs
`(("gobject-introspection" ,gobject-introspection)