guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: xfce4-wavelan-plugin: Update to 0.7.0.
    
    * gnu/packages/xfce.scm (xfce4-wavelan-plugin): Update to 0.7.0.
    
    Change-Id: I253365d0714e665bda35d750ce985b161f02f697
---
 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 ecc5597b02..e9089eb587 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2322,7 +2322,7 @@ for the Xfce panel.  It supports several features, such 
as:
 (define-public xfce4-wavelan-plugin
   (package
     (name "xfce4-wavelan-plugin")
-    (version "0.6.4")
+    (version "0.7.0")
     (source
      (origin
        (method git-fetch)
@@ -2332,7 +2332,7 @@ for the Xfce panel.  It supports several features, such 
as:
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0hw1xglcq9niacmnb6masnx8b7vs0z38pbnbviy388mvj5bx54dm"))))
+        (base32 "17bg3v0drhrs7sx2w2a3aajlfsbhn2zn94479380kpj05jacmjlg"))))
     (build-system gnu-build-system)
     (native-inputs
      (list xfce4-dev-tools))

Reply via email to