summaryrefslogtreecommitdiff
path: root/gnu/packages/lxde.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-07-05 22:36:13 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-07-05 22:36:13 +0300
commitfda746b19803dadd6e7c097f41513b4c6784c8d1 (patch)
treee600f4d1f9fcc42721e675ea6bd7438765ac4867 /gnu/packages/lxde.scm
parentd78c952dfdfdfe8a7f3feb1424c729bbc7352ed0 (diff)
downloadguix-patches-fda746b19803dadd6e7c097f41513b4c6784c8d1.tar
guix-patches-fda746b19803dadd6e7c097f41513b4c6784c8d1.tar.gz
gnu: menu-cache: Update to 1.0.1.
* gnu/packages/lxde.scm (menu-cache): Update to 1.0.1.
Diffstat (limited to 'gnu/packages/lxde.scm')
-rw-r--r--gnu/packages/lxde.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index 9f19042191..c00400ca70 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -168,7 +168,7 @@ performance, all instances of the terminal are sharing a single process.")
(define-public menu-cache
(package
(name "menu-cache")
- (version "1.0.0")
+ (version "1.0.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/project/lxde/" name "/"
@@ -176,7 +176,7 @@ performance, all instances of the terminal are sharing a single process.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1bws84fiwk3anp30hcr0lw1xw5cgp44x5ik2yv2ijcgxpcvz8zgz"))))
+ "0ngxvwfj9drabqi3lyzgpi0d0za6431sy2ijb010filrj54jdiqa"))))
(build-system gnu-build-system)
(inputs `(("glib" ,glib)
("libfm" ,libfm-extra)))