all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Meiyo Peng <meiyo@riseup.net>
To: 34845@debbugs.gnu.org
Subject: [bug#34845] [PATCH 01/30] gnu: menu-cache: Update to 1.1.0.
Date: Wed, 13 Mar 2019 23:37:12 +0800	[thread overview]
Message-ID: <20190313153741.3683-1-meiyo@riseup.net> (raw)
In-Reply-To: <20190313125656.2822-1-meiyo@riseup.net>

* 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 <ison111@protonmail.com>
 ;;; Copyright © 2018, 2019 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
+;;; Copyright © 2019 Meiyo Peng <meiyo@riseup.net>
 ;;;
 ;;; 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

  reply	other threads:[~2019-03-13 15:40 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-13 12:56 [bug#34845] [PATCH 00/30] Update LXQt to 0.14.1 Meiyo Peng
2019-03-13 15:37 ` Meiyo Peng [this message]
2019-03-13 15:37   ` [bug#34845] [PATCH 02/30] gnu: libfm: Update to 1.3.1 Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 03/30] gnu: lxqt-build-tools: Update to 0.6.0 Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 04/30] gnu: libqtxdg: Update to 3.3.1 Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 05/30] gnu: liblxqt: Update to 0.14.1 Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 06/30] gnu: libsysstat: Update to 0.4.2 Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 07/30] gnu: lxqt-about: Update to 0.14.1 Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 08/30] gnu: lxqt-admin: " Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 09/30] gnu: lxqt-config: " Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 10/30] gnu: lxqt-globalkeys: " Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 11/30] gnu: lxqt-notificationd: " Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 12/30] gnu: lxqt-openssh-askpass: " Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 13/30] gnu: lxqt-panel: " Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 14/30] gnu: lxqt-policykit: " Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 15/30] gnu: lxqt-powermanagement: " Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 16/30] gnu: lxqt-qtplugin: Update to 0.14.0 Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 17/30] gnu: lxqt-runner: Update to 0.14.1 Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 18/30] gnu: lxqt-session: " Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 19/30] gnu: lxqt-sudo: " Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 20/30] gnu: lxqt-themes: Update to 0.14.0 Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 21/30] gnu: libfm-qt: Update to 0.14.1 Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 22/30] gnu: pcmanfm-qt: " Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 23/30] gnu: compton-conf: " Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 24/30] gnu: lximage-qt: " Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 25/30] gnu: obconf-qt: " Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 26/30] gnu: pavucontrol-qt: " Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 27/30] gnu: qps: Update to 1.10.20 Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 28/30] gnu: qtermwidget: Update to 0.14.1 Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 29/30] gnu: qterminal: " Meiyo Peng
2019-03-13 15:37   ` [bug#34845] [PATCH 30/30] gnu: screengrab: Update to 1.101 Meiyo Peng
2019-03-13 16:22 ` [bug#34845] [PATCH 00/30] Update LXQt to 0.14.1 Ricardo Wurmus
2019-03-14  2:33   ` [bug#34795] " Meiyo Peng
2019-03-14  8:25     ` bug#34795: " Ricardo Wurmus
2019-03-14 13:13       ` [bug#34795] " Meiyo Peng
2019-03-14 10:47 ` Danny Milosavljevic
2019-03-14 13:07   ` Meiyo Peng
2019-03-14 15:52     ` Danny Milosavljevic
2019-03-30 10:40       ` bug#34845: " Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190313153741.3683-1-meiyo@riseup.net \
    --to=meiyo@riseup.net \
    --cc=34845@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.