From cb8e9634bd465054bccb18f54c0fd3c3339199ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 30 Dec 2025 12:28:38 +0800 Subject: [PATCH] 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 0be88254210d9b8acdb8e7058b90c6a83b5fb270..1e9eda29b38a8f06442d5de9e9b6b6c1fdcdcf2a 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))