guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9fc51a2893b7411d1f32eea34400112d564e2556
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:39 2025 +0800

    gnu: xfce4-taskmanager: Update to 1.6.0.
    
    * gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.6.0.
    
    Change-Id: Idfa61266ece8858679706bafbc2b5597a74ee4de
---
 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 4de49bbcd1..35a5fe5a74 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1471,7 +1471,7 @@ the desktop wallpaper.")
 (define-public xfce4-taskmanager
   (package
     (name "xfce4-taskmanager")
-    (version "1.5.8")
+    (version "1.6.0")
     (source
      (origin
        (method git-fetch)
@@ -1480,7 +1480,7 @@ the desktop wallpaper.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0dmfbxnnyfv6n55krvjmgx8niv96xkpsf3il0bdmk928hzazhqh3"))))
+        (base32 "1zsgvwwy8i5p7g212icdalfpwp205zh7n574r9wwcpwf57nij2qx"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags

Reply via email to