summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-10 00:45:42 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-10 01:34:39 +0100
commitc3538f0807d1c1f4225f3d34803e3aa13a27ad61 (patch)
treecd7930a2951626ada3132e24c32e061aaeff0dfd /gnu/packages/xfce.scm
parenta8d9d706b5d031fa31f0ffadeb15ba5124f3de8f (diff)
downloadguix-patches-c3538f0807d1c1f4225f3d34803e3aa13a27ad61.tar
guix-patches-c3538f0807d1c1f4225f3d34803e3aa13a27ad61.tar.gz
gnu: xfce4-whiskermenu-plugin: Update to 2.3.4.
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.3.4.
Diffstat (limited to 'gnu/packages/xfce.scm')
-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 d134a3e1d6..819fdec164 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -462,7 +462,7 @@ keys for controlling the audio volume.")
(define-public xfce4-whiskermenu-plugin
(package
(name "xfce4-whiskermenu-plugin")
- (version "2.3.3")
+ (version "2.3.4")
(source
(origin
(method url-fetch)
@@ -470,7 +470,7 @@ keys for controlling the audio volume.")
"xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
"xfce4-whiskermenu-plugin-" version ".tar.bz2"))
(sha256
- (base32 "0j0qmk372130avq8n07lfqrcm2al7n07l8gc06bbr1g6q57wrip0"))))
+ (base32 "03jpcbdpkgg825g7mr630wxynachymsrnyhz32mkl0jsd4sxxlw4"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)