diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2026-05-30 10:13:53 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-06-01 06:29:55 +0800 |
| commit | e4e5682ede7de08b68b7a5b361597929d9eec705 (patch) | |
| tree | cfca83d051a341efa41d1d8038fbb8532f1db903 /gnu/packages/xfce.scm | |
| parent | e929a9db0e258bc0cead10ac6acadf3ba273b6bf (diff) | |
gnu: xfce4-whiskermenu-plugin: Update to 2.10.1.
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.10.1.
Change-Id: I4c326d603ca12770956e53a5bb3f703e67ffd6eb
Diffstat (limited to 'gnu/packages/xfce.scm')
| -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 16c4916b0eb..08e5bbf9283 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm | |||
| @@ -610,7 +610,7 @@ seamlessly with the tiling window manager i3.") | |||
| 610 | (define-public xfce4-whiskermenu-plugin | 610 | (define-public xfce4-whiskermenu-plugin |
| 611 | (package | 611 | (package |
| 612 | (name "xfce4-whiskermenu-plugin") | 612 | (name "xfce4-whiskermenu-plugin") |
| 613 | (version "2.10.0") | 613 | (version "2.10.1") |
| 614 | (source | 614 | (source |
| 615 | (origin | 615 | (origin |
| 616 | (method git-fetch) | 616 | (method git-fetch) |
| @@ -620,7 +620,7 @@ seamlessly with the tiling window manager i3.") | |||
| 620 | (commit (string-append "v" version)))) | 620 | (commit (string-append "v" version)))) |
| 621 | (file-name (git-file-name name version)) | 621 | (file-name (git-file-name name version)) |
| 622 | (sha256 | 622 | (sha256 |
| 623 | (base32 "0wv7ixp3kmfscfyvp37bsaymva2bjlvdqijwywj1sax6zsq04l6q")))) | 623 | (base32 "1jisbl0a1x91gpn8j4yh55ln82l7gnp6rj8f0s6nvv02pil0484r")))) |
| 624 | (build-system cmake-build-system) | 624 | (build-system cmake-build-system) |
| 625 | (native-inputs | 625 | (native-inputs |
| 626 | (list gettext-minimal pkg-config)) | 626 | (list gettext-minimal pkg-config)) |
