guix_mirror_bot pushed a commit to branch master
in repository guix.
commit cb8e9634bd465054bccb18f54c0fd3c3339199ec
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:38 2025 +0800
gnu: xfce4-whiskermenu-plugin: Update to 2.10.0.
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.10.0.
Change-Id: Id488398d52716196cb8bed7a26b3faeb0a4b911c
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 0be8825421..1e9eda29b3 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -598,7 +598,7 @@ seamlessly with the tiling window manager i3.")
(define-public xfce4-whiskermenu-plugin
(package
(name "xfce4-whiskermenu-plugin")
- (version "2.9.1")
+ (version "2.10.0")
(source
(origin
(method git-fetch)
@@ -608,7 +608,7 @@ seamlessly with the tiling window manager i3.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0alxsb1lzlpzwpy4ra26n16inz906r2ssdqjrq6jjwh5gw44lz08"))))
+ (base32 "0wv7ixp3kmfscfyvp37bsaymva2bjlvdqijwywj1sax6zsq04l6q"))))
(build-system cmake-build-system)
(native-inputs
(list gettext-minimal pkg-config))