gnu: menumaker: Update to 0.99.14.

* gnu/packages/wm.scm (menumaker): Update to 0.99.14.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-28 22:29:39 +01:00
parent acdf2f2851
commit 5a73b7e13a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1166,14 +1166,14 @@ (define-public awesome
(define-public menumaker
(package
(name "menumaker")
(version "0.99.13")
(version "0.99.14")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/menumaker/"
"menumaker-" version ".tar.gz"))
(sha256
(base32 "0hbn8bid43725njqcfklvan3n4hwpfx8nq8xkkdwkmpd37kfq594"))))
(base32 "0nnnc1awvhq5pplvclap3ha61g9209bca6zqgpsm1f53fq75vs8i"))))
(build-system gnu-build-system)
(inputs
(list python))