From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:37259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0leg-0003Bf-JM for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0lef-0005mS-QL for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:10 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45548) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0lef-0005mJ-Lp for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:09 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h0lef-0006SC-Hc for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:09 -0500 Subject: [bug#34739] [PATCH 08/31] gnu: mate-session-manager: Update to 1.20.2 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:37031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0leD-00036o-9t for guix-patches@gnu.org; Mon, 04 Mar 2019 06:20:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0leC-00050p-HC for guix-patches@gnu.org; Mon, 04 Mar 2019 06:20:41 -0500 Received: from mail-wm1-x344.google.com ([2a00:1450:4864:20::344]:37759) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0leC-0004zx-9C for guix-patches@gnu.org; Mon, 04 Mar 2019 06:20:40 -0500 Received: by mail-wm1-x344.google.com with SMTP id x10so4273195wmg.2 for ; Mon, 04 Mar 2019 03:20:40 -0800 (PST) From: guy fleury iteriteka Date: Mon, 4 Mar 2019 12:18:54 +0100 Message-Id: <20190304111917.1981-9-hoonandon@gmail.com> In-Reply-To: <20190304111917.1981-1-hoonandon@gmail.com> References: <20190304111917.1981-1-hoonandon@gmail.com> 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: 34739@debbugs.gnu.org --- gnu/packages/mate.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index b381145..2c69f31 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -303,7 +303,7 @@ configurations (profiles).") (define-public mate-session-manager (package (name "mate-session-manager") - (version "1.18.1") + (version "1.20.2") (source (origin (method url-fetch) @@ -312,7 +312,7 @@ configurations (profiles).") name "-" version ".tar.xz")) (sha256 (base32 - "0i0xq6041x2qmb26x9bawx0qpfkgjn6x9w3phnm9s7rc4s0z20ll")))) + "05qq07b568qf6zyy459wajhfpbx1wfrinw3hsbky7abdjfn529dy")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags (list "--enable-elogind" -- 2.20.1