From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:37825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0lfk-0003tM-C8 for guix-patches@gnu.org; Mon, 04 Mar 2019 06:22:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0lfg-0006ch-Jm for guix-patches@gnu.org; Mon, 04 Mar 2019 06:22:14 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45607) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0lfZ-0006YV-ET for guix-patches@gnu.org; Mon, 04 Mar 2019 06:22:10 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h0lfZ-0006YX-8C for guix-patches@gnu.org; Mon, 04 Mar 2019 06:22:05 -0500 Subject: [bug#34731] [PATCH 21/31] gnu: mate-user-guide: Update to 1.20.2 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:37528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0lf9-0003XM-AF for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0lf7-0006Bn-BS for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:39 -0500 Received: from mail-wr1-x442.google.com ([2a00:1450:4864:20::442]:39678) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0lf5-0006A5-NA for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:37 -0500 Received: by mail-wr1-x442.google.com with SMTP id l5so5096050wrw.6 for ; Mon, 04 Mar 2019 03:21:35 -0800 (PST) From: guy fleury iteriteka Date: Mon, 4 Mar 2019 12:19:07 +0100 Message-Id: <20190304111917.1981-22-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: 34731@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 f55c1cf..a8114b9 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -1018,7 +1018,7 @@ for use with MATE or as a standalone window manager.") (define-public mate-user-guide (package (name "mate-user-guide") - (version "1.18.0") + (version "1.20.2") (source (origin (method url-fetch) @@ -1027,7 +1027,7 @@ for use with MATE or as a standalone window manager.") name "-" version ".tar.xz")) (sha256 (base32 - "0f3b46r9a3cywm7rpj08xlkfnlfr9db58xfcpix8i33qp50fxqmb")))) + "0cbi625xd7nsifvxbixsb29kj2zj14sn0sl61wkcvasz7whg7w6r")))) (build-system gnu-build-system) (arguments `(#:phases -- 2.20.1