3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: dmenu: Update to 5.0.

* gnu/packages/suckless.scm (dmenu): Update to 5.0.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-23 12:39:01 +02:00
parent 6e398663c3
commit fec41dc059
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

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.9")
(version "5.0")
(source (origin
(method url-fetch)
(uri (string-append "https://dl.suckless.org/tools/dmenu-"
version ".tar.gz"))
(sha256
(base32
"0ia9nqr83bv6x247q30bal0v42chcj9qcjgv59xs6xj46m7iz5xk"))))
"1lvfxzg3chsgcqbc2vr0zic7vimijgmbvnspayx73kyvqi1f267y"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no tests