me
/
guix
Archived
1
0
Fork 0

gnu: dmenu: Update to 4.8.

* gnu/packages/suckless.scm (dmenu): Update to 4.8.
master
Tobias Geerinckx-Rice 2018-03-15 20:13:29 +01:00
parent 35edaa22aa
commit 0ab5aa056d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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