me
/
guix
Archived
1
0
Fork 0

gnu: menumaker: Update to 0.99.13.

* gnu/packages/wm.scm (menumaker): Update to 0.99.13.
master
Tobias Geerinckx-Rice 2021-10-05 19:53:53 +02:00
parent 61118aede9
commit 7e52fe369a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)))