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

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Michael Rohleder 2021-11-09 17:43:19 +01:00 committed by Ludovic Courtès
parent 7fe5742e03
commit 609066e996
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -575,7 +575,7 @@ (define-public xfce4-pulseaudio-plugin
(define-public xfce4-whiskermenu-plugin
(package
(name "xfce4-whiskermenu-plugin")
(version "2.6.0")
(version "2.6.1")
(source
(origin
(method url-fetch)
@ -583,7 +583,7 @@ (define-public xfce4-whiskermenu-plugin
"xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
"xfce4-whiskermenu-plugin-" version ".tar.bz2"))
(sha256
(base32 "0rnlhcfsbjj0n8m84jgqihp783hrkjdjfapqr7ia53mr0fjgcw9j"))))
(base32 "0wpcc9i505mh6vphg27ph43dw4n3z59mwy39416yzmw325q04kl5"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)