~ruther/guix-local

bed2e0dfd1f21f00508bca5eac425e5f7c9feec1 — ng0 9 years ago e139652
gnu: menu-cache: Update to 1.0.2.

* gnu/packages/lxde.scm (menu-cache): Update to 1.0.2.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/lxde.scm
M gnu/packages/lxde.scm => gnu/packages/lxde.scm +2 -2
@@ 173,7 173,7 @@ performance, all instances of the terminal are sharing a single process.")
(define-public menu-cache
  (package
    (name "menu-cache")
    (version "1.0.1")
    (version "1.0.2")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://sourceforge/lxde/" name "/"


@@ 181,7 181,7 @@ performance, all instances of the terminal are sharing a single process.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
                "0ngxvwfj9drabqi3lyzgpi0d0za6431sy2ijb010filrj54jdiqa"))))
                "1m8j40npykfcfqs43kc0fmksal2jfmfi8lnb3mq3xy1lvvrfv0vg"))))
    (build-system gnu-build-system)
    (inputs `(("glib"  ,glib)
              ("libfm" ,libfm-extra)))