From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8qF8-0007ki-66 for guix-patches@gnu.org; Thu, 11 May 2017 11:43:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8qF4-0000Qi-MS for guix-patches@gnu.org; Thu, 11 May 2017 11:43:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36240) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8qF4-0000QU-JF for guix-patches@gnu.org; Thu, 11 May 2017 11:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d8qF4-00043o-DC for guix-patches@gnu.org; Thu, 11 May 2017 11:43:02 -0400 Subject: bug#26882: [PATCH 08/11] gnu: gnome-online-accounts: Update to 3.24.0. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8qEg-0007LR-4t for guix-patches@gnu.org; Thu, 11 May 2017 11:42:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8qEc-0008G5-TX for guix-patches@gnu.org; Thu, 11 May 2017 11:42:38 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:53815 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 1d8qEc-0008Eb-NE for guix-patches@gnu.org; Thu, 11 May 2017 11:42:34 -0400 From: Kei Kebreau Date: Thu, 11 May 2017 11:30:18 -0400 Message-Id: <20170511153021.14972-8-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: 26882@debbugs.gnu.org * gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.24.0. --- 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 17fb6b063..0a73e4148 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4401,7 +4401,7 @@ window manager.") (define-public gnome-online-accounts (package (name "gnome-online-accounts") - (version "3.22.3") + (version "3.24.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4409,7 +4409,7 @@ window manager.") name "-" version ".tar.xz")) (sha256 (base32 - "13wvnfh3hnasdnb6fhjssybj2327qihd32kpdjjb3r1qiyc8dvqb")))) + "0yy10znqj278lnhdiqjcqxrwwv5c1jdjd0ncjbbdyh8n0q77hbwy")))) (build-system glib-or-gtk-build-system) (native-inputs `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc. -- 2.13.0