From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:38183) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0lgW-0004TE-Si 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-0008BZ-41 for guix-patches@gnu.org; Mon, 04 Mar 2019 06:23:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45632) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0lgV-0008B6-GQ for guix-patches@gnu.org; Mon, 04 Mar 2019 06:23:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h0lgV-0006c6-Bq for guix-patches@gnu.org; Mon, 04 Mar 2019 06:23:03 -0500 Subject: [bug#34731] [PATCH 28/31] gnu: engrampa: Update to 1.20.2 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:37822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0lfk-0003tJ-By 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-0006dy-WD for guix-patches@gnu.org; Mon, 04 Mar 2019 06:22:14 -0500 Received: from mail-wm1-x344.google.com ([2a00:1450:4864:20::344]:39308) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0lfg-0006Y7-KX for guix-patches@gnu.org; Mon, 04 Mar 2019 06:22:12 -0500 Received: by mail-wm1-x344.google.com with SMTP id z84so4293398wmg.4 for ; Mon, 04 Mar 2019 03:22:04 -0800 (PST) From: guy fleury iteriteka Date: Mon, 4 Mar 2019 12:19:14 +0100 Message-Id: <20190304111917.1981-29-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 fe9f4fd..0bce6e1 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -1331,7 +1331,7 @@ can be used as backgrounds in the MATE Desktop environment.") (define-public engrampa (package (name "engrampa") - (version "1.18.2") + (version "1.20.2") (source (origin (method url-fetch) @@ -1340,7 +1340,7 @@ can be used as backgrounds in the MATE Desktop environment.") name "-" version ".tar.xz")) (sha256 (base32 - "0d98zhqqc7qdnxcf0195kd04xmhijc0w2qrn6q61zd0daiswnv98")))) + "0fj957dfagw6p7mq5545h9j2w3hv18yqnkpypnr719r4g13d3f2v")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags (list "--disable-schemas-compile" -- 2.20.1