diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-12-30 12:28:40 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 09:42:07 +0800 |
| commit | 881971909b7e9130da50ad0116690cacbb7330be (patch) | |
| tree | f3071ee1f75500ce0729b4e9ae052bdf54f94b93 /gnu | |
| parent | 6a4e23704383d4ab59ae14c8e2b1cd7856a19b17 (diff) | |
gnu: xfce4-genmon-plugin: Update to 4.3.0.
* gnu/packages/xfce.scm (xfce4-genmon-plugin): Update to 4.3.0.
Change-Id: I87b1c532c716edb429053076d2f7ba6b194c7444
Diffstat (limited to 'gnu')
| -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 24f1fa7f40..31b174a1d3 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1926,7 +1926,7 @@ be clicked to open the chosen mount point.") (define-public xfce4-genmon-plugin (package (name "xfce4-genmon-plugin") - (version "4.2.1") + (version "4.3.0") (source (origin (method git-fetch) @@ -1936,7 +1936,7 @@ be clicked to open the chosen mount point.") (commit (string-append name "-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1ap5qn2g1f4n3m30h9i0x2h8r84cfdh6pylnp0jc7r9gy910mxgm")))) + (base32 "0h4aivfdjzc2k6j6x0a4hikgpz9c7myh2kr9vax3v2mvmi81wmai")))) (build-system gnu-build-system) (native-inputs (list xfce4-dev-tools)) |
