From 5c5e6be1d9b44096a3574a304226c5740d4410cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 18 Feb 2025 11:18:58 +0800 Subject: [PATCH] gnu: xfce4-whiskermenu-plugin: Update to 2.9.1. * gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.9.1. Change-Id: I3bcbf2870d7260e5c7428cc3862a158ba92d6486 --- 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 533c0f46c0aeb3c60382a4eeada7227419013a43..40d934be53977cfd7c71fc61f27133fdabfad514 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -619,7 +619,7 @@ seamlessly with the tiling window manager i3.") (define-public xfce4-whiskermenu-plugin (package (name "xfce4-whiskermenu-plugin") - (version "2.8.3") + (version "2.9.1") (source (origin (method git-fetch) @@ -629,7 +629,7 @@ seamlessly with the tiling window manager i3.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "025nnf1h361a4nl8l28rk7w37d3jajr8dm359lnfq8xz3f6yy4n5")))) + (base32 "0alxsb1lzlpzwpy4ra26n16inz906r2ssdqjrq6jjwh5gw44lz08")))) (build-system cmake-build-system) (native-inputs (list gettext-minimal pkg-config))