guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: xfce4-session: Update to 4.20.3.
    
    * gnu/packages/xfce.scm (xfce4-session): Update to 4.20.3.
    
    Change-Id: I82e7f0f22c58bfd678019fe1a7296d3febc29a1f
---
 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 65d86bf6c6..b030d042a4 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -703,7 +703,7 @@ your system in categories, so you can quickly find and 
launch them.")
 (define-public xfce4-session
   (package
     (name "xfce4-session")
-    (version "4.20.0")
+    (version "4.20.3")
     (source
      (origin
        (method git-fetch)
@@ -712,7 +712,7 @@ your system in categories, so you can quickly find and 
launch them.")
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0zzmszwm22nnwybagnvan62qbqcgcr7fnp288qcr9bkkag5y8zcs"))
+        (base32 "06sv5l2xwganjvsvvla0nvblyrhl8xrm8fwgl2hf33i4c2k6rx8x"))
        (modules '((guix build utils)))
        (snippet
         '(begin

Reply via email to