summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-27 03:48:31 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-27 04:25:25 +0200
commitc6d36549670c8073683abc87c303edde8ecac987 (patch)
tree49384ed4839483584d3d0b62f53a1292a326599f
parentc64f0eea880efa4953cce93f293b2935b45b9721 (diff)
downloadguix-patches-c6d36549670c8073683abc87c303edde8ecac987.tar
guix-patches-c6d36549670c8073683abc87c303edde8ecac987.tar.gz
gnu: xfce4-whiskermenu-plugin: Update to 2.4.6.
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.4.6.
-rw-r--r--gnu/packages/xfce.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 0c38be5b5a..9a430c3347 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -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)