summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2021-11-09 17:43:19 +0100
committerLudovic Courtès <ludo@gnu.org>2021-11-17 23:05:57 +0100
commit609066e996927b29a12c39e985144c56f31f3782 (patch)
tree1cca5656e41925e8cb467a0f0bfea3dbbca8692a
parent7fe5742e03c9282f9706aac309f966451c7c4364 (diff)
downloadguix-609066e996927b29a12c39e985144c56f31f3782.tar.gz
gnu: xfce4-whiskermenu-plugin: Update to 2.6.1.
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.6.1.

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 a74f32f670..7a4fca4f43 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -575,7 +575,7 @@ keys for controlling the audio volume.")
 (define-public xfce4-whiskermenu-plugin
   (package
     (name "xfce4-whiskermenu-plugin")
-    (version "2.6.0")
+    (version "2.6.1")
     (source
      (origin
        (method url-fetch)
@@ -583,7 +583,7 @@ keys for controlling the audio volume.")
                            "xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
                            "xfce4-whiskermenu-plugin-" version ".tar.bz2"))
        (sha256
-        (base32 "0rnlhcfsbjj0n8m84jgqihp783hrkjdjfapqr7ia53mr0fjgcw9j"))))
+        (base32 "0wpcc9i505mh6vphg27ph43dw4n3z59mwy39416yzmw325q04kl5"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)