diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-02-18 11:18:58 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-02-20 10:23:37 +0800 |
commit | 5c5e6be1d9b44096a3574a304226c5740d4410cb (patch) | |
tree | 3c6bb400f654e72220c34edf6f49d0e9ed55dbf0 /gnu/packages | |
parent | 8773528b5828f612a56cf2703df9a66c323137bb (diff) |
gnu: xfce4-whiskermenu-plugin: Update to 2.9.1.
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.9.1.
Change-Id: I3bcbf2870d7260e5c7428cc3862a158ba92d6486
Diffstat (limited to 'gnu/packages')
-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 533c0f46c0..40d934be53 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)) |