guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: menumaker: Update to 0.99.11.


From: guix-commits
Subject: 03/09: gnu: menumaker: Update to 0.99.11.
Date: Wed, 15 Jan 2020 08:32:17 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ea4c1e0b0e83af86decd40ee264a3aabd08abd98
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Jan 15 00:02:04 2020 +0100

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

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 9832f00..52d7042 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -987,15 +987,14 @@ dynamic and extensible using the Lua programming 
language.")
 (define-public menumaker
   (package
     (name "menumaker")
-    (version "0.99.10")
+    (version "0.99.11")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/menumaker/"
                            "menumaker-" version ".tar.gz"))
        (sha256
-        (base32
-         "1mm4cvg3kphkkd8nwrhcg6d9nm5ar7mgc0wf6fxk6zck1l7xn8ky"))))
+        (base32 "0dprndnhwm7b803zkp4pisiq06ic9iv8vr42in5is47jmvdim0wx"))))
     (build-system gnu-build-system)
     (inputs
      `(("python" ,python)))



reply via email to

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