guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: menu-cache: Update to 1.0.1.


From: Efraim Flashner
Subject: 04/04: gnu: menu-cache: Update to 1.0.1.
Date: Tue, 5 Jul 2016 19:38:19 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit fda746b19803dadd6e7c097f41513b4c6784c8d1
Author: Efraim Flashner <address@hidden>
Date:   Tue Jul 5 22:36:13 2016 +0300

    gnu: menu-cache: Update to 1.0.1.
    
    * gnu/packages/lxde.scm (menu-cache): Update to 1.0.1.
---
 gnu/packages/lxde.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index 9f19042..c00400c 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]