guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: menu-cache: Update to 1.0.2.


From: Marius Bakke
Subject: 03/03: gnu: menu-cache: Update to 1.0.2.
Date: Mon, 23 Jan 2017 20:31:09 +0000 (UTC)

mbakke pushed a commit to branch master
in repository guix.

commit bed2e0dfd1f21f00508bca5eac425e5f7c9feec1
Author: ng0 <address@hidden>
Date:   Mon Jan 23 18:55:51 2017 +0000

    gnu: menu-cache: Update to 1.0.2.
    
    * gnu/packages/lxde.scm (menu-cache): Update to 1.0.2.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 1784363..e8db627 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -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)))



reply via email to

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