guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: xfce4-xkb-plugin: Update to 0.9.0.
    
    * gnu/packages/xfce.scm (xfce4-xkb-plugin): Update to 0.9.0.
    
    Change-Id: Icebdc49de511f0f9225648e344138e9e36daef08
---
 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 1e9eda29b3..65d86bf6c6 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -634,7 +634,7 @@ applications, and includes a search bar to search for 
applications.")
 (define-public xfce4-xkb-plugin
   (package
     (name "xfce4-xkb-plugin")
-    (version "0.8.5")
+    (version "0.9.0")
     (source
      (origin
        (method git-fetch)
@@ -644,7 +644,7 @@ applications, and includes a search bar to search for 
applications.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1iai2myz1zj5vvbl3lz8r50bhv103avfjdc233gqa933wwxgwvd0"))))
+        (base32 "0l8vq3z69d3n2nh76r92bcbflrzafw1a3qnf4sjvrwfpkqm59ff8"))))
     (build-system gnu-build-system)
     (native-inputs
      (list xfce4-dev-tools))

Reply via email to