From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBNBz-0007kE-Gr for guix-patches@gnu.org; Tue, 02 Apr 2019 13:27:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBNBv-0002zv-Du for guix-patches@gnu.org; Tue, 02 Apr 2019 13:27:23 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56277) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBNBl-0002l9-8o for guix-patches@gnu.org; Tue, 02 Apr 2019 13:27:11 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hBNBl-00009g-4x for guix-patches@gnu.org; Tue, 02 Apr 2019 13:27:09 -0400 Subject: [bug#35092] [PATCH 05/31] gnu: libmatewether: Update to 1.22.0. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:50541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBNAw-0006xN-Qw for guix-patches@gnu.org; Tue, 02 Apr 2019 13:26:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBNAv-0001Zx-L1 for guix-patches@gnu.org; Tue, 02 Apr 2019 13:26:18 -0400 Received: from mail-wr1-x42d.google.com ([2a00:1450:4864:20::42d]:34615) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBNAv-0001TE-7d for guix-patches@gnu.org; Tue, 02 Apr 2019 13:26:17 -0400 Received: by mail-wr1-x42d.google.com with SMTP id p10so17715725wrq.1 for ; Tue, 02 Apr 2019 10:26:14 -0700 (PDT) From: guy fleury iteriteka Date: Tue, 2 Apr 2019 19:26:12 +0200 Message-Id: <20190402172638.1433-6-hoonandon@gmail.com> In-Reply-To: <20190402172638.1433-1-hoonandon@gmail.com> References: <20190402172638.1433-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: 35092@debbugs.gnu.org * gnu/packages/mate.scm (libmatewether): Update to 1.22.0. --- 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 b0bae0e..b46862b 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -217,7 +217,7 @@ desktop and the mate-about program.") (define-public libmateweather (package (name "libmateweather") - (version "1.18.1") + (version "1.22.0") (source (origin (method url-fetch) (uri (string-append "https://pub.mate-desktop.org/releases/" @@ -225,7 +225,7 @@ desktop and the mate-about program.") name "-" version ".tar.xz")) (sha256 (base32 - "0z6vfh42fv9rqjrraqfpf6h9nd9h662bxy3l3r48j19xvxrwmx3a")))) + "1ribgcwl4ncfbcf9bkcbxrgc7yzajdnxg12837psngymkqswlp6a")))) (build-system gnu-build-system) (arguments '(#:configure-flags -- 2.21.0