guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: menumaker: Update to 0.99.12.


From: guix-commits
Subject: 03/05: gnu: menumaker: Update to 0.99.12.
Date: Mon, 29 Jun 2020 19:50:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1c217fc360b08dd25bbf1eff661aedb0b12f23dc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 29 23:46:38 2020 +0200

    gnu: menumaker: Update to 0.99.12.
    
    * gnu/packages/wm.scm (menumaker): Update to 0.99.12.
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index a4259ce..def8fdc 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]