From 46bf72ae5d2a79f37602e9448fcab5cf3372866b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 30 Dec 2025 12:28:38 +0800 Subject: [PATCH] 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 65d86bf6c61f5451f5c70d5894b59fa6877e9a9d..b030d042a4003a3f413240c44182411f1218368b 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