diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-05-24 19:33:34 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-25 00:53:45 +0200 |
commit | 7a0d78fc52440c72954ef8ac446e3a7989cf5e8c (patch) | |
tree | c4c993d05303a1b5a3a17cc4393f5cd9ccdbf5f9 /gnu | |
parent | 62963f568e0d4f14a40ca8eae760454cdee57bad (diff) | |
download | patches-7a0d78fc52440c72954ef8ac446e3a7989cf5e8c.tar patches-7a0d78fc52440c72954ef8ac446e3a7989cf5e8c.tar.gz |
gnu: gnome-desktop: Update to 3.24.2.
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.24.2.
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 19403d5f43..299f11b2d2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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) |