From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:37233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0lef-0003A0-3I for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0lee-0005ku-7w for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:09 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45544) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0lee-0005kR-44 for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:08 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h0led-0006Rb-Vp for guix-patches@gnu.org; Mon, 04 Mar 2019 06:21:07 -0500 Subject: [bug#34737] [PATCH 06/31] gnu: libmatewether: Update to 1.20.2 Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:36959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0le4-00036Z-Oj for guix-patches@gnu.org; Mon, 04 Mar 2019 06:20:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0le4-0004ol-3o for guix-patches@gnu.org; Mon, 04 Mar 2019 06:20:32 -0500 Received: from mail-wm1-x344.google.com ([2a00:1450:4864:20::344]:51480) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0le3-0004n2-Qf for guix-patches@gnu.org; Mon, 04 Mar 2019 06:20:32 -0500 Received: by mail-wm1-x344.google.com with SMTP id n19so4207346wmi.1 for ; Mon, 04 Mar 2019 03:20:31 -0800 (PST) From: guy fleury iteriteka Date: Mon, 4 Mar 2019 12:18:52 +0100 Message-Id: <20190304111917.1981-7-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: 34737@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 85a5be4..216615d 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -216,7 +216,7 @@ desktop and the mate-about program.") (define-public libmateweather (package (name "libmateweather") - (version "1.18.1") + (version "1.20.2") (source (origin (method url-fetch) (uri (string-append "https://pub.mate-desktop.org/releases/" @@ -224,7 +224,7 @@ desktop and the mate-about program.") name "-" version ".tar.xz")) (sha256 (base32 - "0z6vfh42fv9rqjrraqfpf6h9nd9h662bxy3l3r48j19xvxrwmx3a")))) + "1ksp1xn13m94sjnnrx2dyv7hlbgjbnbahwdyaq35r2419b366hxv")))) (build-system gnu-build-system) (arguments '(#:configure-flags -- 2.20.1