summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-29 23:46:38 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-30 01:50:30 +0200
commit1c217fc360b08dd25bbf1eff661aedb0b12f23dc (patch)
tree4484895cd8b9e81fe482bc5dcf1aa66b2184a7f9
parent8998965adbc348fcc02d2aff6321586d3ff9d57d (diff)
downloadguix-1c217fc360b08dd25bbf1eff661aedb0b12f23dc.tar.gz
gnu: menumaker: Update to 0.99.12.
* gnu/packages/wm.scm (menumaker): Update to 0.99.12.
-rw-r--r--gnu/packages/wm.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index a4259ced90..def8fdccd2 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1012,14 +1012,14 @@ dynamic and extensible using the Lua programming language.")
 (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)))