guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: xfce4-battery-plugin: Update to 1.2.0.
    
    * gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.2.0.
    
    Change-Id: I47cc38e9c8e164328533364d57d1e953cd5ad562
---
 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 15a18d2fcb..e28635095f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -478,7 +478,7 @@ applications menu, workspace switcher and more.")
 (define-public xfce4-battery-plugin
   (package
     (name "xfce4-battery-plugin")
-    (version "1.1.6")
+    (version "1.2.0")
     (source
      (origin
        (method git-fetch)
@@ -487,7 +487,7 @@ applications menu, workspace switcher and more.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1bd912j22pf6rmqvkc80g5axjil88pbzxqa68krw65l11v73icmm"))))
+        (base32 "0r0x37m3gq4nyh6bxqk3yypzgx37jl7rsyw28xk7xs192r0pd313"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to