mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: menumaker: Update to 0.99.14.
* gnu/packages/wm.scm (menumaker): Update to 0.99.14.
This commit is contained in:
parent
acdf2f2851
commit
5a73b7e13a
1 changed files with 2 additions and 2 deletions
|
@ -1166,14 +1166,14 @@ (define-public awesome
|
|||
(define-public menumaker
|
||||
(package
|
||||
(name "menumaker")
|
||||
(version "0.99.13")
|
||||
(version "0.99.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/menumaker/"
|
||||
"menumaker-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0hbn8bid43725njqcfklvan3n4hwpfx8nq8xkkdwkmpd37kfq594"))))
|
||||
(base32 "0nnnc1awvhq5pplvclap3ha61g9209bca6zqgpsm1f53fq75vs8i"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list python))
|
||||
|
|
Loading…
Reference in a new issue