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

* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.4.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-27 03:48:31 +02:00
parent c64f0eea88
commit c6d3654967
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -478,7 +478,7 @@ keys for controlling the audio volume.")
(define-public xfce4-whiskermenu-plugin
(package
(name "xfce4-whiskermenu-plugin")
(version "2.4.3")
(version "2.4.6")
(source
(origin
(method url-fetch)
@ -486,7 +486,7 @@ keys for controlling the audio volume.")
"xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
"xfce4-whiskermenu-plugin-" version ".tar.bz2"))
(sha256
(base32 "1w2zvqr0g6miliv3nb0shljfawwc1brdn2fyz4kvfg7b3klyxyir"))))
(base32 "0i2pn8852x6zvlys4610knscscyjpha6wjzy7rljixbxr26d6x49"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)