guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0efd471b9ed02613b1e8db39c73e54e630344687
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:41 2025 +0800

    gnu: xfce4-timer-plugin: Update to 1.8.0.
    
    * gnu/packages/xfce.scm (xfce4-timer-plugin): Update to 1.8.0.
    
    Change-Id: I351160bd9ff9d40e4a748cf48e73f4080a9428b2
---
 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 bc862c7e63..6803737af8 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2262,7 +2262,7 @@ time.")
 (define-public xfce4-timer-plugin
   (package
     (name "xfce4-timer-plugin")
-    (version "1.7.3")
+    (version "1.8.0")
     (source
      (origin
        (method git-fetch)
@@ -2272,7 +2272,7 @@ time.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1110s55h4lsspdmyl58cbzfy57gfh8871b1213xjgk3i3q7nmqgc"))))
+        (base32 "058y1im94jdsc7na36s105xhiqfx188dsb3h64hjzj8kwkbx1gax"))))
     (build-system gnu-build-system)
     (native-inputs
      (list xfce4-dev-tools))

Reply via email to