From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58707) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQiSV-0007GX-2P for guix-patches@gnu.org; Fri, 01 Nov 2019 21:44:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQiST-0000S5-PU for guix-patches@gnu.org; Fri, 01 Nov 2019 21:44:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48999) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iQiST-0000RV-JK for guix-patches@gnu.org; Fri, 01 Nov 2019 21:44:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iQiSS-00084w-R2 for guix-patches@gnu.org; Fri, 01 Nov 2019 21:44:05 -0400 Subject: [bug#38029] [PATCH 09/80] gnu: gnome-bluetooth: Update to 3.32.1. Resent-Message-ID: From: Kei Kebreau Date: Fri, 1 Nov 2019 21:40:58 -0400 Message-Id: <20191102014058.3061-9-kkebreau@posteo.net> In-Reply-To: <20191102014058.3061-1-kkebreau@posteo.net> References: <20191102014058.3061-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-bluetooth): Update to 3.32.1. [propagated-inputs]: Add glib and move eudev... [inputs]: ...to here. --- gnu/packages/gnome.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f229708d1c..c335cf5639 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5970,7 +5970,7 @@ usage and information about running processes.") (define-public gnome-bluetooth (package (name "gnome-bluetooth") - (version "3.28.0") + (version "3.32.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -5978,7 +5978,7 @@ usage and information about running processes.") name "-" version ".tar.xz")) (sha256 (base32 - "0q7yzklrlayj99risj096mr5x35anx94wvr6nbf6pwbvvzv7453p")))) + "1am1gf0nzwg6x1s8ly13j0xnjzgrfj06j0dp52x4zy9s67ywlhb4")))) (build-system meson-build-system) (native-inputs `(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc. @@ -5989,10 +5989,11 @@ usage and information about running processes.") ("xmllint" ,libxml2))) (propagated-inputs ;; gnome-bluetooth-1.0.pc refers to all these. - `(("gtk+" ,gtk+) - ("udev" ,eudev))) + `(("glib" ,glib) + ("gtk+" ,gtk+))) (inputs - `(("libcanberra" ,libcanberra) + `(("eudev" ,eudev) + ("libcanberra" ,libcanberra) ("libnotify" ,libnotify))) (synopsis "GNOME Bluetooth subsystem") (home-page "https://wiki.gnome.org/Projects/GnomeBluetooth") -- 2.23.0