gnu: dmenu: Update to 0.5.3.
* gnu/packages/suckless.scm (dmenu): Update to 0.5.3. Change-Id: Id5b458dbad3349037f78bdb2b20d33cab0d1d646master
parent
330453d8f8
commit
30f0faafc4
|
@ -284,14 +284,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 "5.2")
|
(version "5.3")
|
||||||
(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
|
||||||
"14ipsirsfqbyqlnna0k8yla5j6mrbgh3gd9d4xrg4h4inmvwmm6l"))))
|
"0pvr6da1v7hmbnacpgxcxv1sakg1nckmw347xhwrhx1dzpk573qs"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Reference in New Issue