From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8qOl-0007ZK-Vd for guix-patches@gnu.org; Thu, 11 May 2017 11:53:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8qOl-0000IW-9f for guix-patches@gnu.org; Thu, 11 May 2017 11:53:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36261) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8qOl-0000IH-6e for guix-patches@gnu.org; Thu, 11 May 2017 11:53:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d8qOl-0004Js-0L for guix-patches@gnu.org; Thu, 11 May 2017 11:53:03 -0400 Subject: bug#26885: [PATCH 10/11] gnu: gnome-session: Update to 3.24.1. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8qNp-0006ts-An for guix-patches@gnu.org; Thu, 11 May 2017 11:52:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8qNm-0007rz-P8 for guix-patches@gnu.org; Thu, 11 May 2017 11:52:05 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:38425 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 1d8qNm-0007rB-Hf for guix-patches@gnu.org; Thu, 11 May 2017 11:52:02 -0400 From: Kei Kebreau Date: Thu, 11 May 2017 11:30:20 -0400 Message-Id: <20170511153021.14972-10-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: 26885@debbugs.gnu.org * gnu/packages/gnome.scm (gnome-session): Update to 3.24.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 a227d323c..f79b5351a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4079,7 +4079,7 @@ such as gzip tarballs.") (define-public gnome-session (package (name "gnome-session") - (version "3.22.2") + (version "3.24.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4087,7 +4087,7 @@ such as gzip tarballs.") name "-" version ".tar.xz")) (sha256 (base32 - "1xahljysbpnc1zafm1y2lqnmmqi2jh4fx7h2y48d9ipqnknk26in")))) + "1vkfjsgks9czajivcg3y1krzlnilv2cnzzbdc7wrasrriqilji1v")))) (arguments '(#:phases (modify-phases %standard-phases -- 2.13.0