guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: libxfce4ui: Update to 4.20.2.
    
    * gnu/packages/xfce.scm (libxfce4ui): Update to 4.20.2.
    
    Change-Id: Ie7144f67c464d99347210e6ebf76ab5c272b5e5b
---
 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 1080174ace..15a18d2fcb 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -170,7 +170,7 @@ storage system.")
 (define-public libxfce4ui
   (package
     (name "libxfce4ui")
-    (version "4.20.0")
+    (version "4.20.2")
     (source
      (origin
        (method git-fetch)
@@ -179,7 +179,7 @@ storage system.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ps8sq8g43dx12qp0shrdb45bjrfhhgkziscj5jnrzfhy6j9mqrk"))))
+        (base32 "1nyi2h27c2gsin7l4jm42cl386z1zvki38nc60pzzmmvdlkypi1n"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags

Reply via email to