guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d11dfe64a05eb8d974486b5f56980601ed82de3c
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:41 2025 +0800
gnu: xfce4-stopwatch-plugin: Update to 0.6.0.
* gnu/packages/xfce.scm (xfce4-stopwatch-plugin): Update to 0.6.0.
Change-Id: Iac0dcb8816af2923dbf8bd0094e51eceef344dfa
---
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 3026bd99dd..971a2bd84d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2182,7 +2182,7 @@ freedesktop.org specification.")
(define-public xfce4-stopwatch-plugin
(package
(name "xfce4-stopwatch-plugin")
- (version "0.5.2")
+ (version "0.6.0")
(source
(origin
(method git-fetch)
@@ -2192,7 +2192,7 @@ freedesktop.org specification.")
(commit (string-append name "-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "12b6r9vmqqwqdk8pwbi6xgcfbwvw26lz298b3k53aajvy80lxgql"))))
+ (base32 "05hfwikmn8a13fjyx4lcyms05mnwhvzl5xkk0miih79a3m7jkd7c"))))
(build-system gnu-build-system)
(native-inputs
(list xfce4-dev-tools))