gnu: xmenu: Update to 4.5.5.

* gnu/packages/wm.scm (xmenu): Update to 4.5.5.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-23 18:19:00 +02:00
parent 4dafd97449
commit 61e75d7512
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2222,7 +2222,7 @@ (define-public xclickroot
(define-public xmenu
(package
(name "xmenu")
(version "4.4.1")
(version "4.5.5")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2231,7 +2231,7 @@ (define-public xmenu
(file-name (git-file-name name version))
(sha256
(base32
"1s70zvsaqnsjqs298vw3py0vcvia68xlks1wcz37pb88bwligz1x"))))
"0qgxkrv9jnnnf3px7zh0paf8xsr4bcpf0f2nq9zy012m214223hs"))))
(build-system gnu-build-system)
(inputs
`(("libx11" ,libx11)