diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-05-10 08:23:32 -0400 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-14 17:30:09 +0200 |
commit | 521cdb4bbffc4bc4bd3ca20f9a6d62d85895b719 (patch) | |
tree | 077bb7d13ba71ebc23f4780dd1136986416873fe /gnu | |
parent | 31860852cd5fcdb12ab42d638512cb4ff701e63c (diff) | |
download | guix-521cdb4bbffc4bc4bd3ca20f9a6d62d85895b719.tar guix-521cdb4bbffc4bc4bd3ca20f9a6d62d85895b719.tar.gz |
gnu: gnome-desktop: Update to 3.24.1.
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.24.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e98a5523b3..5d03517ffd 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) |