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

* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.4.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-04-11 22:23:33 +02:00
parent 347c833be5
commit aec0ae2712
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -465,7 +465,7 @@ (define-public xfce4-pulseaudio-plugin
(define-public xfce4-whiskermenu-plugin
(package
(name "xfce4-whiskermenu-plugin")
(version "2.3.4")
(version "2.4.3")
(source
(origin
(method url-fetch)
@ -473,7 +473,7 @@ (define-public xfce4-whiskermenu-plugin
"xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
"xfce4-whiskermenu-plugin-" version ".tar.bz2"))
(sha256
(base32 "03jpcbdpkgg825g7mr630wxynachymsrnyhz32mkl0jsd4sxxlw4"))))
(base32 "1w2zvqr0g6miliv3nb0shljfawwc1brdn2fyz4kvfg7b3klyxyir"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)