diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-08-22 21:46:35 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-08-23 19:46:55 +0800 |
commit | d6a4f2896890a677f70ea72400dc384111ed3a5b (patch) | |
tree | f72d66a389531a2e6e286112709a0518ea8c12a7 /gnu/packages/gnome.scm | |
parent | 3086d9b93b01d10961e1b6756c8a441b50d18396 (diff) | |
download | patches-d6a4f2896890a677f70ea72400dc384111ed3a5b.tar patches-d6a4f2896890a677f70ea72400dc384111ed3a5b.tar.gz |
gnu: gnome-desktop: Update to 3.20.2.
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.20.2.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 de3d2687d0..f142d7d857 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.1") + (version "3.20.2") (source (origin (method url-fetch) @@ -251,7 +251,7 @@ commonly used macros.") name "-" version ".tar.xz")) (sha256 (base32 - "0h6185lmkaf49dr43pb6gsb9yi25rc32n7dq5186hwln38mppb3f")))) + "1cp2c6q1ybirfq6rqyfj5lr5vyqdizy730bfg5jqnflcmakjsb29")))) (build-system gnu-build-system) (native-inputs `(("gobject-introspection" ,gobject-introspection) |