gnu: menu-cache: Update to 1.0.1.
* gnu/packages/lxde.scm (menu-cache): Update to 1.0.1.
This commit is contained in:
parent
d78c952dfd
commit
fda746b198
|
@ -168,7 +168,7 @@ performance, all instances of the terminal are sharing a single process.")
|
||||||
(define-public menu-cache
|
(define-public menu-cache
|
||||||
(package
|
(package
|
||||||
(name "menu-cache")
|
(name "menu-cache")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/project/lxde/" name "/"
|
(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"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bws84fiwk3anp30hcr0lw1xw5cgp44x5ik2yv2ijcgxpcvz8zgz"))))
|
"0ngxvwfj9drabqi3lyzgpi0d0za6431sy2ijb010filrj54jdiqa"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("glib" ,glib)
|
(inputs `(("glib" ,glib)
|
||||||
("libfm" ,libfm-extra)))
|
("libfm" ,libfm-extra)))
|
||||||
|
|
Loading…
Reference in New Issue