mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: menumaker: Update to 0.99.11.
* gnu/packages/wm.scm (menumaker): Update to 0.99.11.
This commit is contained in:
parent
47b8608d99
commit
ea4c1e0b0e
1 changed files with 2 additions and 3 deletions
|
@ -987,15 +987,14 @@ (define-public awesome
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue