From 881971909b7e9130da50ad0116690cacbb7330be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 30 Dec 2025 12:28:40 +0800 Subject: [PATCH] gnu: xfce4-genmon-plugin: Update to 4.3.0. * gnu/packages/xfce.scm (xfce4-genmon-plugin): Update to 4.3.0. Change-Id: I87b1c532c716edb429053076d2f7ba6b194c7444 --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 24f1fa7f4053ea145e40d82df3327172af65900d..31b174a1d36ee29c2773d1df398d64d5ca3c006a 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))