guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: xfce4-cpugraph-plugin: Update to 1.3.0.
    
    * gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.3.0.
    
    Change-Id: I9e72319d8dc308a83b74598e5403666a09d6969b
---
 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 6fde4d272d..c7277251f6 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1734,7 +1734,7 @@ A plugin for the Xfce panel is also available.")
 (define-public xfce4-cpugraph-plugin
   (package
     (name "xfce4-cpugraph-plugin")
-    (version "1.2.11")
+    (version "1.3.0")
     (source
      (origin
        (method git-fetch)
@@ -1744,7 +1744,7 @@ A plugin for the Xfce panel is also available.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1z3vbpn6ylx32fnncswi0ghp01bpxqvs0idmr8fc3rl546pgmqa3"))))
+        (base32 "1xqihcnpz2548832f9lcs4aflk0s2jz88n16i80i0rnark22hw11"))))
     (build-system gnu-build-system)
     (native-inputs
      (list xfce4-dev-tools))

Reply via email to