From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58723) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQiSV-0007Gy-Gx for guix-patches@gnu.org; Fri, 01 Nov 2019 21:44:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQiSU-0000UC-JE for guix-patches@gnu.org; Fri, 01 Nov 2019 21:44:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49001) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iQiSU-0000Tk-BJ for guix-patches@gnu.org; Fri, 01 Nov 2019 21:44:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iQiSU-00085Z-7P for guix-patches@gnu.org; Fri, 01 Nov 2019 21:44:06 -0400 Subject: [bug#38029] [PATCH 10/80] gnu: gsettings-desktop-schemas: Update to 3.32.0. References: <20191102013904.2797-1-kkebreau@posteo.net> In-Reply-To: <20191102013904.2797-1-kkebreau@posteo.net> Resent-Message-ID: From: Kei Kebreau Date: Fri, 1 Nov 2019 21:43:39 -0400 Message-Id: <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 (gsettings-desktop-schemas): Update to 3.32.0. [build-system]: Use meson-build-system. --- gnu/packages/gnome.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c335cf5639..4d073a8474 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -840,7 +840,7 @@ on the GNOME Desktop with a single simple application.") (define-public gsettings-desktop-schemas (package (name "gsettings-desktop-schemas") - (version "3.28.1") + (version "3.32.0") (source (origin (method url-fetch) @@ -849,8 +849,8 @@ on the GNOME Desktop with a single simple application.") name "-" version ".tar.xz")) (sha256 (base32 - "0bshwm49cd01ighsxqlbqn10q0ch71ff99gcrx8pr2gyky2ad3pq")))) - (build-system gnu-build-system) + "0d8a6479vappgplq5crdr3ah0ykqcr3fw533wkx9v1a8lnrv8n9d")))) + (build-system meson-build-system) (inputs `(("glib" ,glib))) (native-inputs -- 2.23.0