guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 6a4e23704383d4ab59ae14c8e2b1cd7856a19b17
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:40 2025 +0800
gnu: xfce4-fsguard-plugin: Update to 1.2.0.
* gnu/packages/xfce.scm (xfce4-fsguard-plugin): Update to 1.2.0.
Change-Id: Ifcbee3b75f863cc9db610674a4d4eac785cdf787
---
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 c399194053..24f1fa7f40 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1897,7 +1897,7 @@ performance (bytes transferred per second).")
(define-public xfce4-fsguard-plugin
(package
(name "xfce4-fsguard-plugin")
- (version "1.1.4")
+ (version "1.2.0")
(source
(origin
(method git-fetch)
@@ -1907,7 +1907,7 @@ performance (bytes transferred per second).")
(commit (string-append name "-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0df9gs9wjmnb2889a0ssfjvjviswcjkcq6f8211fyzzqaj2gn9n0"))))
+ (base32 "1bfdi1wa6zsbvzybf0sv8iczzd987mhkqzfmhkhjh1dcdvfghl1f"))))
(build-system gnu-build-system)
(native-inputs
(list xfce4-dev-tools))