guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: xfce4-diskperf-plugin: Update to 2.8.0.
    
    * gnu/packages/xfce.scm (xfce4-diskperf-plugin): Update to 2.8.0.
    
    Change-Id: I0b4aafae432b32a092a48b115513cde429da5e22
---
 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 72e1399bd8..c399194053 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1871,7 +1871,7 @@ governor and frequencies supported and used by your 
system.")
 (define-public xfce4-diskperf-plugin
   (package
     (name "xfce4-diskperf-plugin")
-    (version "2.7.1")
+    (version "2.8.0")
     (source
      (origin
        (method git-fetch)
@@ -1881,7 +1881,7 @@ governor and frequencies supported and used by your 
system.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0fav30y6r08yyrrm0yzi9jrn6af6hw8qk7wk7pd172ajqgcyp4ai"))))
+        (base32 "0i4imw3s4gymqmns0z1k33prlxywk1sg9q66nws7d9xnv58v5f70"))))
     (build-system gnu-build-system)
     (native-inputs
      (list xfce4-dev-tools))

Reply via email to