gnu: menumaker: Update to 0.99.12.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 29 Jun 2020 21:46:38 +0000 (23:46 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 29 Jun 2020 23:50:30 +0000 (01:50 +0200)
* gnu/packages/wm.scm (menumaker): Update to 0.99.12.

gnu/packages/wm.scm

index a4259ce..def8fdc 100644 (file)
@@ -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)))