gnu: menumaker: Update to 0.99.12.
* gnu/packages/wm.scm (menumaker): Update to 0.99.12.
This commit is contained in:
parent
8998965adb
commit
1c217fc360
1 changed files with 2 additions and 2 deletions
|
@ -1012,14 +1012,14 @@ (define-public awesome
|
||||||
(define-public menumaker
|
(define-public menumaker
|
||||||
(package
|
(package
|
||||||
(name "menumaker")
|
(name "menumaker")
|
||||||
(version "0.99.11")
|
(version "0.99.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/menumaker/"
|
(uri (string-append "mirror://sourceforge/menumaker/"
|
||||||
"menumaker-" version ".tar.gz"))
|
"menumaker-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0dprndnhwm7b803zkp4pisiq06ic9iv8vr42in5is47jmvdim0wx"))))
|
(base32 "034v5204bsgkzzk6zfa5ia63q95gln47f7hwf96yvad5hrhmd8z3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python" ,python)))
|
`(("python" ,python)))
|
||||||
|
|
Loading…
Reference in a new issue