diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-28 10:20:52 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:44 +0800 |
commit | 8b6b7c73617b3f066de09300eedd3b0851e1a5de (patch) | |
tree | edb5273205410428530ee31e6c69c5150cd0ef2c /gnu/packages/gnome.scm | |
parent | 906943dfd377a77564f1febb72d1d47f08b31e37 (diff) | |
download | guix-8b6b7c73617b3f066de09300eedd3b0851e1a5de.tar guix-8b6b7c73617b3f066de09300eedd3b0851e1a5de.tar.gz |
gnu: gnome-control-center: Update to 3.20.1.
* gnu/packages/gnome.scm (gnome-control-center): Update to 3.20.1.
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 a1de99db3f..2d43ac03da 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4524,7 +4524,7 @@ devices using the GNOME desktop.") (define-public gnome-control-center (package (name "gnome-control-center") - (version "3.20.0") + (version "3.20.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4532,7 +4532,7 @@ devices using the GNOME desktop.") name "-" version ".tar.xz")) (sha256 (base32 - "10yncjq5hmaqbr8kjf8s729kn11as705vfx32nxahi7229v31rxp")))) + "1vd1h31vwyq7ss5f1151gx1vdsy35sjmapjmmz7x73ppc3y78r6f")))) (build-system glib-or-gtk-build-system) (arguments '(#:phases |