From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBNC1-0007lu-Cv for guix-patches@gnu.org; Tue, 02 Apr 2019 13:27:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBNBz-000375-Em for guix-patches@gnu.org; Tue, 02 Apr 2019 13:27:25 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56302) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBNBu-0002yr-H4 for guix-patches@gnu.org; Tue, 02 Apr 2019 13:27:23 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hBNBu-0000CV-DB for guix-patches@gnu.org; Tue, 02 Apr 2019 13:27:18 -0400 Subject: [bug#35102] [PATCH 15/31] gnu: caja: Update to 1.22.0. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:50911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBNBV-0007MM-PT for guix-patches@gnu.org; Tue, 02 Apr 2019 13:26:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hBNBU-0002Ol-T6 for guix-patches@gnu.org; Tue, 02 Apr 2019 13:26:53 -0400 Received: from mail-wm1-x334.google.com ([2a00:1450:4864:20::334]:37895) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hBNBU-0002NT-Kc for guix-patches@gnu.org; Tue, 02 Apr 2019 13:26:52 -0400 Received: by mail-wm1-x334.google.com with SMTP id w15so4769108wmc.3 for ; Tue, 02 Apr 2019 10:26:52 -0700 (PDT) From: guy fleury iteriteka Date: Tue, 2 Apr 2019 19:26:22 +0200 Message-Id: <20190402172638.1433-16-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: 35102@debbugs.gnu.org * gnu/packages/mate.scm (caja): 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 a582d9a..f7789f5 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -795,7 +795,7 @@ infamous 'Wanda the Fish'.") (define-public caja (package (name "caja") - (version "1.18.3") + (version "1.22.0") (source (origin (method url-fetch) @@ -804,7 +804,7 @@ infamous 'Wanda the Fish'.") name "-" version ".tar.xz")) (sha256 (base32 - "0mljqcx7k8p27854zm7qzzn8ca6hs7hva9p43hp4p507z52caqmm")))) + "14x9n9q7vip5zp4mdgccj1p1dm4xn429g0bjw2v8iz7zmjb7vcgl")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags '("--disable-update-mimedb") -- 2.21.0