diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-12 03:40:18 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-09-12 23:36:22 +0200 |
commit | bd38e6a560f8046ed0b267ba97b39aa7ba6c1eeb (patch) | |
tree | c484e9486ae501368e9004f3a90f67e7af50a73d | |
parent | f97e96ae8bbf5353cc297f1736643d7ba133cd53 (diff) | |
download | patches-bd38e6a560f8046ed0b267ba97b39aa7ba6c1eeb.tar patches-bd38e6a560f8046ed0b267ba97b39aa7ba6c1eeb.tar.gz |
gnu: gnome-settings-daemon: Update to 3.24.3.
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 3.24.3.
-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 f6b2040b8f..5267a4eb87 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2989,7 +2989,7 @@ services for numerous locations.") (define-public gnome-settings-daemon (package (name "gnome-settings-daemon") - (version "3.24.2") + (version "3.24.3") (source (origin (method url-fetch) @@ -2998,7 +2998,7 @@ services for numerous locations.") name "-" version ".tar.xz")) (sha256 (base32 - "1jnw920zn4cadhgmcv2q5ylzqhwm1rmrhf3a14q8mvp38hkdgaaa")))) + "14w5jhpq02mbcxvn41qcj3cjfqdr3sgzl96c6glwpdrjphw61i38")))) (build-system glib-or-gtk-build-system) (arguments `(;; Color management test can't reach the colord system service. |