summary refs log tree commit diff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-04-07 10:43:17 +0800
committerLudovic Courtès <ludo@gnu.org>2016-04-16 11:46:50 +0200
commit0dc31a81f3e56da84774b812928224583dc62a32 (patch)
tree142bb4cc1685b03721ce3d2ef42d190262b4bad8 /gnu/packages/gnome.scm
parent65815d6c9133c0b6e2a90c3e95358095eb998300 (diff)
downloadguix-0dc31a81f3e56da84774b812928224583dc62a32.tar.gz
gnu: gnome-control-center: Update to 3.20.0.
* gnu/packages/gnome.scm (gnome-control-center): Update to 3.20.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3bbd70ab59..ae9d54f88b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4514,7 +4514,7 @@ devices using the GNOME desktop.")
 (define-public gnome-control-center
   (package
     (name "gnome-control-center")
-    (version "3.18.2")
+    (version "3.20.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4522,7 +4522,7 @@ devices using the GNOME desktop.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1bgqg1sl3cp2azrwrjgwx3jzk9n3w76xpcyvk257qavx4ibn3zin"))))
+                "10yncjq5hmaqbr8kjf8s729kn11as705vfx32nxahi7229v31rxp"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      '(#:phases