1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-02 23:54:07 +02:00

gnu: menumaker: Update to 0.99.11.

* gnu/packages/wm.scm (menumaker): Update to 0.99.11.
This commit is contained in:
Tobias Geerinckx-Rice
2020-01-15 00:02:04 +01:00
parent 47b8608d99
commit ea4c1e0b0e
+2 -3
View File
@@ -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)))