From 47d4b6ece41752bd1aeef50829f0f0ac5a7bfbb6 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Fri, 18 Mar 2022 18:38:38 +1100 Subject: gnu: xfce4-whiskermenu-plugin: Update to 2.6.2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.6.2. Signed-off-by: Ludovic Courtès --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xfce.scm') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 90f7467cef..ac681e8ef3 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -535,7 +535,7 @@ keys for controlling the audio volume.") (define-public xfce4-whiskermenu-plugin (package (name "xfce4-whiskermenu-plugin") - (version "2.6.1") + (version "2.6.2") (source (origin (method url-fetch) @@ -543,7 +543,7 @@ keys for controlling the audio volume.") "xfce4-whiskermenu-plugin/" (version-major+minor version) "/" "xfce4-whiskermenu-plugin-" version ".tar.bz2")) (sha256 - (base32 "0wpcc9i505mh6vphg27ph43dw4n3z59mwy39416yzmw325q04kl5")))) + (base32 "0vppm85pvhsigg5d74nx7cixlsrsyfjagw6avrdclfjr30nf483d")))) (build-system cmake-build-system) (native-inputs (list pkg-config intltool)) -- cgit v1.2.3