guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 881971909b7e9130da50ad0116690cacbb7330be
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:40 2025 +0800
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 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))