me
/
guix
Archived
1
0
Fork 0

gnu: dmenu: Update to 0.5.3.

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

Change-Id: Id5b458dbad3349037f78bdb2b20d33cab0d1d646
master
jgart 2024-06-11 23:04:00 -05:00
parent 330453d8f8
commit 30f0faafc4
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35
1 changed files with 2 additions and 2 deletions

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