diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-11 06:18:11 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:33:40 -0500 |
commit | c01deb86dc5753daf04864a6a5e2303ec6520149 (patch) | |
tree | 77b03173320b4941abd765e14024c93d1e9496bc | |
parent | 0dd6aed9bdb4e21f0bc922bf1fc3d1e8912c227b (diff) | |
download | patches-c01deb86dc5753daf04864a6a5e2303ec6520149.tar patches-c01deb86dc5753daf04864a6a5e2303ec6520149.tar.gz |
gnu: gnome-desktop: Update to 3.22.2.
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.22.2.
-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 c130118626..ddd03d571d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -242,7 +242,7 @@ commonly used macros.") (define-public gnome-desktop (package (name "gnome-desktop") - (version "3.20.2") + (version "3.22.2") (source (origin (method url-fetch) @@ -251,7 +251,7 @@ commonly used macros.") name "-" version ".tar.xz")) (sha256 (base32 - "1cp2c6q1ybirfq6rqyfj5lr5vyqdizy730bfg5jqnflcmakjsb29")))) + "074yjz4g9gii045v2pl1ad34hcg92ci04ynxqcabwnf3lvvypmsi")))) (build-system gnu-build-system) (native-inputs `(("gobject-introspection" ,gobject-introspection) |