From 4d332dea796f6d10608735e44b0a9b3ede9f4124 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:41 +0800 Subject: [PATCH] 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 31b174a1d36ee29c2773d1df398d64d5ca3c006a..978cb7ed1606468e7901461d1bd31e640c4fbe36 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))