guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: xfce4-systemload-plugin: Update to 1.4.0.
    
    * gnu/packages/xfce.scm (xfce4-systemload-plugin): Update to 1.4.0.
    
    Change-Id: Ie76084d39f933f6aad8386a1e0bd39fd0d36dd20
---
 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 971a2bd84d..960d058a1d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2207,7 +2207,7 @@ freedesktop.org specification.")
 (define-public xfce4-systemload-plugin
   (package
     (name "xfce4-systemload-plugin")
-    (version "1.3.3")
+    (version "1.4.0")
     (source
      (origin
        (method git-fetch)
@@ -2217,7 +2217,7 @@ freedesktop.org specification.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ds1z5zwsrk6m4sxa5fnaqk19vhiy1z7xjn91q1z03cys6j3a025"))))
+        (base32 "0fs63sbr4cp9ncjfv98z0az416llnjgdqgsfcvbfmbi1xwifdrwi"))))
     (build-system gnu-build-system)
     (native-inputs
      (list xfce4-dev-tools))

Reply via email to