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

* gnu/packages/gnome.scm (gnome-control-center): Update to 3.24.2.
This commit is contained in:
Marius Bakke 2017-05-24 19:52:55 +02:00
parent ce1e6de076
commit 44da12be48
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -4919,7 +4919,7 @@ (define-public gnome-bluetooth
(define-public gnome-control-center
(package
(name "gnome-control-center")
(version "3.24.1")
(version "3.24.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -4927,7 +4927,7 @@ (define-public gnome-control-center
name "-" version ".tar.xz"))
(sha256
(base32
"0g55i4w0a8qpfkl0vnzr3ng6adx8pdxqk8vzc3kvvx6xzlcqxk1h"))))
"0awga40jh6gvn335mn6kyl6yg79frap1znrsz3sw2m27yldlnaiq"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:phases