From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:37824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0lfk-0003tL-C1 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-0006cr-Im for guix-patches@gnu.org; Mon, 04 Mar 2019 06:22:14 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45610) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0lfd-0006ZL-Cl 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 1h0lfa-0006Yu-Ui for guix-patches@gnu.org; Mon, 04 Mar 2019 06:22:06 -0500 Subject: [bug#34731] [PATCH 24/31] gnu: mate-netbook: Update to 1.20.1 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:37612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0lfL-0003gI-DZ for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0lfK-0006NK-My for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:51 -0500 Received: from mail-wr1-x441.google.com ([2a00:1450:4864:20::441]:36541) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0lfI-0006Kp-Om for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:48 -0500 Received: by mail-wr1-x441.google.com with SMTP id o17so5109197wrw.3 for ; Mon, 04 Mar 2019 03:21:48 -0800 (PST) From: guy fleury iteriteka Date: Mon, 4 Mar 2019 12:19:10 +0100 Message-Id: <20190304111917.1981-25-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 4e0fd66..0160efe 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -1113,7 +1113,7 @@ can be used as backgrounds in the MATE Desktop environment.") (define-public mate-netbook (package (name "mate-netbook") - (version "1.18.1") + (version "1.20.1") (source (origin (method url-fetch) @@ -1122,7 +1122,7 @@ can be used as backgrounds in the MATE Desktop environment.") name "-" version ".tar.xz")) (sha256 (base32 - "0zj4x9qis8dw0irxzb4va1189k8bqbvymxq3h7phnjwvr1m983gf")))) + "1ils0lav6j779kgz2py6zdalcfifpnp01clspbnkhb3v1ha1ncsq")))) (build-system glib-or-gtk-build-system) (native-inputs `(("gettext" ,gettext-minimal) -- 2.20.1