From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:37172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0leb-00039K-7m for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0lea-0005fh-7d for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45531) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0lea-0005f5-1y for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h0leZ-0006QB-Tt for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:03 -0500 Subject: [bug#34732] [PATCH 01/31] gnu: mate-common: update to 1.20.0 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:36870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0ldi-0002zh-9e for guix-patches@gnu.org; Mon, 04 Mar 2019 06:20:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0ldh-0004PZ-K1 for guix-patches@gnu.org; Mon, 04 Mar 2019 06:20:10 -0500 Received: from mail-wr1-x442.google.com ([2a00:1450:4864:20::442]:36531) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0ldh-0004P0-DI for guix-patches@gnu.org; Mon, 04 Mar 2019 06:20:09 -0500 Received: by mail-wr1-x442.google.com with SMTP id o17so5103025wrw.3 for ; Mon, 04 Mar 2019 03:20:09 -0800 (PST) From: guy fleury iteriteka Date: Mon, 4 Mar 2019 12:18:47 +0100 Message-Id: <20190304111917.1981-2-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: 34732@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 ef94491..57a3ced 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -73,7 +73,7 @@ (define-public mate-common (package (name "mate-common") - (version "1.18.0") + (version "1.20.0") (source (origin (method url-fetch) @@ -82,7 +82,7 @@ name "-" version ".tar.xz")) (sha256 (base32 - "1005laf3z1h8qczm7pmwr40r842665cv6ykhjg7r93vldra48z6p")))) + "0h8s2qhc6f5flslx05cd3xxg243c67vv03spjiag14p8kqqrqvb1")))) (build-system gnu-build-system) (home-page "https://mate-desktop.org/") (synopsis "Common files for development of MATE packages") -- 2.20.1