From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8qMr-0006Bf-88 for guix-patches@gnu.org; Thu, 11 May 2017 11:51:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8qMo-0007Ky-Fh for guix-patches@gnu.org; Thu, 11 May 2017 11:51:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36250) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8qMo-0007Ko-5g for guix-patches@gnu.org; Thu, 11 May 2017 11:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d8qMn-0004GI-Vw for guix-patches@gnu.org; Thu, 11 May 2017 11:51:02 -0400 Subject: bug#26884: [PATCH 07/11] gnu: gnome-bluetooth: Update to 3.20.1. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8qLq-0005In-S6 for guix-patches@gnu.org; Thu, 11 May 2017 11:50:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8qLo-0006Wa-98 for guix-patches@gnu.org; Thu, 11 May 2017 11:50:02 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:56260 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8qLo-0006Vd-2D for guix-patches@gnu.org; Thu, 11 May 2017 11:50:00 -0400 From: Kei Kebreau Date: Thu, 11 May 2017 11:30:17 -0400 Message-Id: <20170511153021.14972-7-kei@openmailbox.org> In-Reply-To: <20170511153021.14972-1-kei@openmailbox.org> References: <20170511153021.14972-1-kei@openmailbox.org> 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: 26884@debbugs.gnu.org * gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.20.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 4a0274735..17fb6b063 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4876,7 +4876,7 @@ usage and information about running processes.") (define-public gnome-bluetooth (package (name "gnome-bluetooth") - (version "3.20.0") + (version "3.20.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4884,7 +4884,7 @@ usage and information about running processes.") name "-" version ".tar.xz")) (sha256 (base32 - "0lzbwk2kn7kp39sv5bf4ja92mfkxkc27gxxk8k86i8a8ncbcmcwk")))) + "1zlqcz6jz4vzzr8gd1678i9s4015kiwcpr5szrwz4kmryfsm147a")))) (build-system glib-or-gtk-build-system) (native-inputs `(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc. -- 2.13.0