From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:38186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0lgW-0004TF-TE for guix-patches@gnu.org; Mon, 04 Mar 2019 06:23:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0lgW-0008BM-1i for guix-patches@gnu.org; Mon, 04 Mar 2019 06:23:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45630) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0lgU-0008AU-Fm for guix-patches@gnu.org; Mon, 04 Mar 2019 06:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h0lgU-0006br-A4 for guix-patches@gnu.org; Mon, 04 Mar 2019 06:23:02 -0500 Subject: [bug#34731] [PATCH 26/31] gnu: mate-utils: Update to 1.20.2 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:37669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0lfT-0003kZ-O3 for guix-patches@gnu.org; Mon, 04 Mar 2019 06:22:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0lfR-0006Rj-1m for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:57 -0500 Received: from mail-wm1-x343.google.com ([2a00:1450:4864:20::343]:40686) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0lfQ-0006RR-QX for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:56 -0500 Received: by mail-wm1-x343.google.com with SMTP id g20so4278546wmh.5 for ; Mon, 04 Mar 2019 03:21:56 -0800 (PST) From: guy fleury iteriteka Date: Mon, 4 Mar 2019 12:19:12 +0100 Message-Id: <20190304111917.1981-27-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 976279b..4261b48 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -1227,7 +1227,7 @@ can be used as backgrounds in the MATE Desktop environment.") (define-public mate-utils (package (name "mate-utils") - (version "1.18.2") + (version "1.20.2") (source (origin (method url-fetch) @@ -1236,7 +1236,7 @@ can be used as backgrounds in the MATE Desktop environment.") name "-" version ".tar.xz")) (sha256 (base32 - "0wr395dqfigj19ps0d76ycgwfljl9xxgs1a1g5wx6kcz5mvhzn5v")))) + "0w7hw192jzhad8jab8mjms4x6k2xijvb3rhlbxb6z5n5880xgfqf")))) (build-system glib-or-gtk-build-system) (native-inputs `(("gettext" ,gettext-minimal) -- 2.20.1