From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:37747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0lfg-0003qy-JK for guix-patches@gnu.org; Mon, 04 Mar 2019 06:22:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0lfe-0006ag-Kd for guix-patches@gnu.org; Mon, 04 Mar 2019 06:22:12 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45603) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0lfX-0006Xi-CL for guix-patches@gnu.org; Mon, 04 Mar 2019 06:22:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h0lfX-0006Y4-7n for guix-patches@gnu.org; Mon, 04 Mar 2019 06:22:03 -0500 Subject: [bug#34731] [PATCH 17/31] gnu: marco: Update to 1.20.3 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:37405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0lep-0003JF-GF for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0leo-0005xi-Uw for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:19 -0500 Received: from mail-wm1-x344.google.com ([2a00:1450:4864:20::344]:34725) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0leo-0005wC-OG for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:18 -0500 Received: by mail-wm1-x344.google.com with SMTP id o10so3765146wmc.1 for ; Mon, 04 Mar 2019 03:21:18 -0800 (PST) From: guy fleury iteriteka Date: Mon, 4 Mar 2019 12:19:03 +0100 Message-Id: <20190304111917.1981-18-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 dd1c709..b693996 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -968,7 +968,7 @@ of various aspects of your desktop.") (define-public marco (package (name "marco") - (version "1.18.1") + (version "1.20.3") (source (origin (method url-fetch) @@ -977,7 +977,7 @@ of various aspects of your desktop.") name "-" version ".tar.xz")) (sha256 (base32 - "0lwbp9wyd66hl5d7g272l8g3k1pb9s4s2p9fb04750a58w87d8k5")))) + "192nlr4ylisxisk0ljabm8v0a5sapdncj4gbw39q2fpr938ifs32")))) (build-system glib-or-gtk-build-system) (native-inputs `(("pkg-config" ,pkg-config) -- 2.20.1