gnu: dmenu: Update to 4.7.

* gnu/packages/suckless.scm (dmenu): Update to 4.7.
master
Leo Famulari 2017-05-03 19:12:46 -04:00
parent ecc7aa893d
commit 481a042b44
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -137,14 +137,14 @@ optimising the environment for the application in use and the task performed.")
(define-public dmenu
(package
(name "dmenu")
(version "4.6")
(version "4.7")
(source (origin
(method url-fetch)
(uri (string-append "http://dl.suckless.org/tools/dmenu-"
version ".tar.gz"))
(sha256
(base32
"1cwnvamqqlgczvd5dv5rsgqbhv8kp0ddjnhmavb3q732i8028yja"))))
"1fgph549i0yw62x02jhfc8qmqk2rnzcnm46bxq6jig1cvkw3amm7"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; no tests