guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: menumaker: Update to 0.99.13.


From: guix-commits
Subject: 06/10: gnu: menumaker: Update to 0.99.13.
Date: Tue, 5 Oct 2021 15:38:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7e52fe369aa5027aeec69045f5d9bb2795a17406
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 5 19:53:53 2021 +0200

    gnu: menumaker: Update to 0.99.13.
    
    * gnu/packages/wm.scm (menumaker): Update to 0.99.13.
---
 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 4413999..672bd1b 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1128,14 +1128,14 @@ dynamic and extensible using the Lua programming 
language.")
 (define-public menumaker
   (package
     (name "menumaker")
-    (version "0.99.12")
+    (version "0.99.13")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/menumaker/"
                            "menumaker-" version ".tar.gz"))
        (sha256
-        (base32 "034v5204bsgkzzk6zfa5ia63q95gln47f7hwf96yvad5hrhmd8z3"))))
+        (base32 "0hbn8bid43725njqcfklvan3n4hwpfx8nq8xkkdwkmpd37kfq594"))))
     (build-system gnu-build-system)
     (inputs
      `(("python" ,python)))



reply via email to

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