diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-18 13:52:39 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-18 14:55:01 +0200 |
commit | cd5db77151dfc87de952c360d65f05162ad7cbe6 (patch) | |
tree | ba97c63d0dcdd6f76de3ddb470b22d743f43e7bd /gnu | |
parent | d95d6d931edbf9718b99155adfd8e7aa7324a5ff (diff) | |
download | guix-cd5db77151dfc87de952c360d65f05162ad7cbe6.tar guix-cd5db77151dfc87de952c360d65f05162ad7cbe6.tar.gz |
gnu: gnome-control-center: Update to 3.24.3.
* gnu/packages/gnome.scm (gnome-control-center): Update to 3.24.3.
Diffstat (limited to 'gnu')
-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 036d6b4ffc..d8a06775a4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5218,7 +5218,7 @@ devices using the GNOME desktop.") (define-public gnome-control-center (package (name "gnome-control-center") - (version "3.24.2") + (version "3.24.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -5226,7 +5226,7 @@ devices using the GNOME desktop.") name "-" version ".tar.xz")) (sha256 (base32 - "0awga40jh6gvn335mn6kyl6yg79frap1znrsz3sw2m27yldlnaiq")))) + "18ncjqjj93a39sla2zjr9i6pw59yh87p4jla899lmvi2qajd5923")))) (build-system glib-or-gtk-build-system) (arguments '(#:phases |