gnu: menumaker: Update to 0.99.12.

* gnu/packages/wm.scm (menumaker): Update to 0.99.12.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-29 23:46:38 +02:00
parent 8998965adb
commit 1c217fc360
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1012,14 +1012,14 @@ (define-public awesome
(define-public menumaker
(package
(name "menumaker")
(version "0.99.11")
(version "0.99.12")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/menumaker/"
"menumaker-" version ".tar.gz"))
(sha256
(base32 "0dprndnhwm7b803zkp4pisiq06ic9iv8vr42in5is47jmvdim0wx"))))
(base32 "034v5204bsgkzzk6zfa5ia63q95gln47f7hwf96yvad5hrhmd8z3"))))
(build-system gnu-build-system)
(inputs
`(("python" ,python)))