From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59619) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQiTT-0007rH-SB for guix-patches@gnu.org; Fri, 01 Nov 2019 21:45:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQiTS-0001gQ-Q2 for guix-patches@gnu.org; Fri, 01 Nov 2019 21:45:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49037) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iQiTS-0001g4-Jk for guix-patches@gnu.org; Fri, 01 Nov 2019 21:45:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iQiTS-00089M-G0 for guix-patches@gnu.org; Fri, 01 Nov 2019 21:45:06 -0400 Subject: [bug#38029] [PATCH 14/80] gnu: gnome-settings-daemon: Update to 3.32.1. Resent-Message-ID: From: Kei Kebreau Date: Fri, 1 Nov 2019 21:43:43 -0400 Message-Id: <20191102014348.3191-5-kkebreau@posteo.net> In-Reply-To: <20191102014348.3191-1-kkebreau@posteo.net> References: <20191102014348.3191-1-kkebreau@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38029@debbugs.gnu.org Cc: Kei Kebreau * gnu/packages/gnome.scm (gnome-settings-daemon): Update to 3.32.1. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1ec36d113c..195e9dd567 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3266,7 +3266,7 @@ services for numerous locations.") (define-public gnome-settings-daemon (package (name "gnome-settings-daemon") - (version "3.30.2") + (version "3.32.1") (source (origin (method url-fetch) @@ -3275,7 +3275,7 @@ services for numerous locations.") name "-" version ".tar.xz")) (sha256 (base32 - "0c663csa3gnsr6wm0xfll6aani45snkdj7zjwjfzcwfh8w4a3z12")))) + "02d0s0g2mmqfib44r3sf0499r08p61s8l2ndsjssbam1bi7x2dks")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t -- 2.23.0