From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h45zn-0005gq-FW for guix-patches@gnu.org; Wed, 13 Mar 2019 11:40:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h45yB-0006XF-FZ for guix-patches@gnu.org; Wed, 13 Mar 2019 11:39:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57031) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h45yA-0006Wk-9n for guix-patches@gnu.org; Wed, 13 Mar 2019 11:39:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h45yA-0003Vk-5b for guix-patches@gnu.org; Wed, 13 Mar 2019 11:39:02 -0400 Subject: [bug#34845] [PATCH 01/30] gnu: menu-cache: Update to 1.1.0. Resent-Message-ID: From: Meiyo Peng Date: Wed, 13 Mar 2019 23:37:12 +0800 Message-Id: <20190313153741.3683-1-meiyo@riseup.net> In-Reply-To: <20190313125656.2822-1-meiyo@riseup.net> References: <20190313125656.2822-1-meiyo@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: 34845@debbugs.gnu.org * gnu/packages/lxde.scm (menu-cache): Update to 1.1.0. --- gnu/packages/lxde.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index a5720ce979..b4ad9b9a8b 100644 --- a/gnu/packages/lxde.scm +++ b/gnu/packages/lxde.scm @@ -8,6 +8,7 @@ ;;; Copyright © 2018 Ison111 ;;; Copyright © 2018, 2019 Ludovic Courtès ;;; Copyright © 2018 Ricardo Wurmus +;;; Copyright © 2019 Meiyo Peng ;;; ;;; This file is part of GNU Guix. ;;; @@ -190,7 +191,7 @@ performance, all instances of the terminal are sharing a single process.") (define-public menu-cache (package (name "menu-cache") - (version "1.0.2") + (version "1.1.0") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/lxde/" name "/" @@ -198,7 +199,7 @@ performance, all instances of the terminal are sharing a single process.") name "-" version ".tar.xz")) (sha256 (base32 - "1m8j40npykfcfqs43kc0fmksal2jfmfi8lnb3mq3xy1lvvrfv0vg")))) + "1iry4zlpppww8qai2cw4zid4081hh7fz8nzsp5lqyffbkm2yn0pd")))) (build-system gnu-build-system) (inputs `(("glib" ,glib) ("libfm" ,libfm-extra))) -- 2.21.0