guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: xfce4-cpufreq-plugin: Update to 1.3.0.
    
    * gnu/packages/xfce.scm (xfce4-cpufreq-plugin): Update to 1.3.0.
    
    Change-Id: Ibd49fff0c019f87fbec9ceccbe5781dec0a30028
---
 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 31a7e31db4..72e1399bd8 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1845,7 +1845,7 @@ precedence rules, and the following functions and common 
constants.")
 (define-public xfce4-cpufreq-plugin
   (package
     (name "xfce4-cpufreq-plugin")
-    (version "1.2.9")
+    (version "1.3.0")
     (source
      (origin
        (method git-fetch)
@@ -1855,7 +1855,7 @@ precedence rules, and the following functions and common 
constants.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0m90li6lq7d4fvv3pvqvyhd13pijcmz5ipfnr1z7a0jhjkskabjq"))))
+        (base32 "14c70j8gpqwzy1k2nkzdfgkryhy98y9hy9d2y1991n1c6cxj1790"))))
     (build-system gnu-build-system)
     (native-inputs
      (list xfce4-dev-tools))

Reply via email to