parent
6e398663c3
commit
fec41dc059
|
@ -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.9")
|
(version "5.0")
|
||||||
(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
|
||||||
"0ia9nqr83bv6x247q30bal0v42chcj9qcjgv59xs6xj46m7iz5xk"))))
|
"1lvfxzg3chsgcqbc2vr0zic7vimijgmbvnspayx73kyvqi1f267y"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Reference in New Issue