gnu: xfce4-whiskermenu-plugin: Update to 2.5.1.

* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.5.1.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
This commit is contained in:
Michael Rohleder 2021-01-03 17:32:31 +01:00 committed by Kei Kebreau
parent c23541112d
commit e1e42eacf8
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -577,7 +577,7 @@ (define-public xfce4-pulseaudio-plugin
(define-public xfce4-whiskermenu-plugin
(package
(name "xfce4-whiskermenu-plugin")
(version "2.4.6")
(version "2.5.1")
(source
(origin
(method url-fetch)
@ -585,7 +585,7 @@ (define-public xfce4-whiskermenu-plugin
"xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
"xfce4-whiskermenu-plugin-" version ".tar.bz2"))
(sha256
(base32 "0i2pn8852x6zvlys4610knscscyjpha6wjzy7rljixbxr26d6x49"))))
(base32 "09b9i68pf5ghq6dj55s4h3fj07jd5zpn1fghjwnnwxmakj54y1xj"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)