diff options
author | Feng Shu <tumashu@163.com> | 2023-01-01 06:16:46 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-01-29 09:03:16 +0800 |
commit | da9b3ce7d040aea0d229b1a07a1658657b39b564 (patch) | |
tree | 4634b5d50d2b4eef77d8d99a462b238969ee26ba | |
parent | a7c73d9babcd9fdd4f47d7be8121ebbd37446710 (diff) |
gnu: xfce4-whiskermenu-plugin: Update to 2.7.2.
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.7.2.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 007f40589a..f1609fa312 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -518,7 +518,7 @@ keys for controlling the audio volume.") (define-public xfce4-whiskermenu-plugin (package (name "xfce4-whiskermenu-plugin") - (version "2.6.2") + (version "2.7.2") (source (origin (method url-fetch) @@ -526,7 +526,7 @@ keys for controlling the audio volume.") "xfce4-whiskermenu-plugin/" (version-major+minor version) "/" "xfce4-whiskermenu-plugin-" version ".tar.bz2")) (sha256 - (base32 "0vppm85pvhsigg5d74nx7cixlsrsyfjagw6avrdclfjr30nf483d")))) + (base32 "12zr7x5gka0c459zk3jlv8fswyxk2431lq8qif5acwx922jp318m")))) (build-system cmake-build-system) (native-inputs (list pkg-config intltool)) |