From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8qQi-0000eD-VO for guix-patches@gnu.org; Thu, 11 May 2017 11:55:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8qQg-0001Vb-Cr for guix-patches@gnu.org; Thu, 11 May 2017 11:55:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36284) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8qQg-0001VV-A0 for guix-patches@gnu.org; Thu, 11 May 2017 11:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d8qQg-0004Ol-4L for guix-patches@gnu.org; Thu, 11 May 2017 11:55:02 -0400 Subject: bug#26887: [PATCH 06/11] gnu: gnome-desktop: Update to 3.24.1. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8qPe-0008Bu-5G for guix-patches@gnu.org; Thu, 11 May 2017 11:53:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8qPd-00010l-Bk for guix-patches@gnu.org; Thu, 11 May 2017 11:53:58 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:54420 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 1d8qPd-00010R-4R for guix-patches@gnu.org; Thu, 11 May 2017 11:53:57 -0400 From: Kei Kebreau Date: Thu, 11 May 2017 11:30:16 -0400 Message-Id: <20170511153021.14972-6-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: 26887@debbugs.gnu.org * gnu/packages/gnome.scm (gnome-desktop): 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 e6a1e3ca5..4a0274735 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -253,7 +253,7 @@ commonly used macros.") (define-public gnome-desktop (package (name "gnome-desktop") - (version "3.22.2") + (version "3.24.1") (source (origin (method url-fetch) @@ -262,7 +262,7 @@ commonly used macros.") name "-" version ".tar.xz")) (sha256 (base32 - "074yjz4g9gii045v2pl1ad34hcg92ci04ynxqcabwnf3lvvypmsi")))) + "1as5ri52n6wphvhqnxa813q15jri0x47hxsjikjcmb2big9vf2fy")))) (build-system gnu-build-system) (native-inputs `(("gobject-introspection" ,gobject-introspection) -- 2.13.0