me
/
guix
Archived
1
0
Fork 0

gnu: menumaker: Update to 0.99.14.

* gnu/packages/wm.scm (menumaker): Update to 0.99.14.
master
Tobias Geerinckx-Rice 2021-12-28 22:29:39 +01:00
parent acdf2f2851
commit 5a73b7e13a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1166,14 +1166,14 @@ dynamic and extensible using the Lua programming language.")
(define-public menumaker (define-public menumaker
(package (package
(name "menumaker") (name "menumaker")
(version "0.99.13") (version "0.99.14")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/menumaker/" (uri (string-append "mirror://sourceforge/menumaker/"
"menumaker-" version ".tar.gz")) "menumaker-" version ".tar.gz"))
(sha256 (sha256
(base32 "0hbn8bid43725njqcfklvan3n4hwpfx8nq8xkkdwkmpd37kfq594")))) (base32 "0nnnc1awvhq5pplvclap3ha61g9209bca6zqgpsm1f53fq75vs8i"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list python)) (list python))