summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2021-01-15 21:56:09 +0100
committerLudovic Courtès <ludo@gnu.org>2021-01-16 23:14:31 +0100
commitfb3c0d3444f94e348952a5e611be219026ea3fa6 (patch)
tree3e7fbfc44c0ea0708672d3d99e474411f5cc5032
parentfb7fb10d47fc4632ef840cee79a70f859acb7e35 (diff)
downloadguix-fb3c0d3444f94e348952a5e611be219026ea3fa6.tar.gz
gnu: xfce4-whiskermenu-plugin: Update to 2.5.2.
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.5.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-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 fe8c3ce246..6479620a26 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -570,7 +570,7 @@ keys for controlling the audio volume.")
 (define-public xfce4-whiskermenu-plugin
   (package
     (name "xfce4-whiskermenu-plugin")
-    (version "2.5.1")
+    (version "2.5.2")
     (source
      (origin
        (method url-fetch)
@@ -578,7 +578,7 @@ keys for controlling the audio volume.")
                            "xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
                            "xfce4-whiskermenu-plugin-" version ".tar.bz2"))
        (sha256
-        (base32 "09b9i68pf5ghq6dj55s4h3fj07jd5zpn1fghjwnnwxmakj54y1xj"))))
+        (base32 "05f53ycbszvw23g76pbdszfnqfk4f8w4imwfgljj140wzl50gxx6"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)