1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 06:00:36 +02:00

gnu: dmenu: Update to 5.4.

* gnu/packages/suckless.scm (dmenu): Update to 5.4.

Change-Id: Ideb289337f5548ba8e5bcc4f8977dd006d4e83ab
Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
Cayetano Santos
2025-08-24 11:34:23 +02:00
committed by jgart
parent 5260cb171d
commit 87d49c93c1

View File

@@ -284,14 +284,14 @@ optimising the environment for the application in use and the task performed.")
(define-public dmenu
(package
(name "dmenu")
(version "5.3")
(version "5.4")
(source (origin
(method url-fetch)
(uri (string-append "https://dl.suckless.org/tools/dmenu-"
version ".tar.gz"))
(sha256
(base32
"0pvr6da1v7hmbnacpgxcxv1sakg1nckmw347xhwrhx1dzpk573qs"))))
"0lyldkxshbgh7alz7a50l167pk1d4lcb2rhhhvz81aj710mcxflg"))))
(build-system gnu-build-system)
(arguments
(list