parent
d561243917
commit
f5c46fa0d0
|
@ -137,14 +137,14 @@ optimising the environment for the application in use and the task performed.")
|
||||||
(define-public dmenu
|
(define-public dmenu
|
||||||
(package
|
(package
|
||||||
(name "dmenu")
|
(name "dmenu")
|
||||||
(version "4.8")
|
(version "4.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://dl.suckless.org/tools/dmenu-"
|
(uri (string-append "https://dl.suckless.org/tools/dmenu-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qfvfrj10xlwd9hkvb57wshryan65bl6423h0qhiw1h76rf5lqgy"))))
|
"0ia9nqr83bv6x247q30bal0v42chcj9qcjgv59xs6xj46m7iz5xk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no tests
|
'(#:tests? #f ; no tests
|
||||||
|
|
Reference in New Issue