guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 4d332dea796f6d10608735e44b0a9b3ede9f4124
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:41 2025 +0800
gnu: xfce4-mailwatch-plugin: Update to 1.4.0.
* gnu/packages/xfce.scm (xfce4-mailwatch-plugin): Update to 1.4.0.
Change-Id: I0ee4b503a834d8d54990a3312a83a02854a484ce
---
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 31b174a1d3..978cb7ed16 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1956,7 +1956,7 @@ button and a personalized tooltip.")
(define-public xfce4-mailwatch-plugin
(package
(name "xfce4-mailwatch-plugin")
- (version "1.3.2")
+ (version "1.4.0")
(source
(origin
(method git-fetch)
@@ -1966,7 +1966,7 @@ button and a personalized tooltip.")
(commit (string-append name "-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0dad2nl8y5v2y4xcp1lp51s0n1yb7v706igs5w2xrfsp7gp19d98"))))
+ (base32 "14kwwnnzgr9qkvdncgf4fwzgazml1l1gl68qf4s9jx44flkrdijx"))))
(build-system gnu-build-system)
(native-inputs
(list xfce4-dev-tools))