me
/
guix
Archived
1
0
Fork 0

gnu: dmenu: Update to 5.0.

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