me
/
guix
Archived
1
0
Fork 0

gnu: gnome-control-center: Update to 3.20.0.

* gnu/packages/gnome.scm (gnome-control-center): Update to 3.20.0.
master
宋文武 2016-04-07 10:43:17 +08:00 committed by Ludovic Courtès
parent 65815d6c91
commit 0dc31a81f3
1 changed files with 2 additions and 2 deletions

View File

@ -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