diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-28 22:29:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-29 01:43:25 +0100 |
commit | 5a73b7e13a8cde3f5fcafc65463d4651ec5c7c4a (patch) | |
tree | eb520ea68962498f43e2f31f9ba8610f1e8ada91 | |
parent | acdf2f28510443d22f296675d98a197f181ce2aa (diff) |
gnu: menumaker: Update to 0.99.14.
* gnu/packages/wm.scm (menumaker): Update to 0.99.14.
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index c6881154fe..fc54aca5ce 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -1166,14 +1166,14 @@ dynamic and extensible using the Lua programming language.") (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)) |