diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-12-30 12:28:38 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 09:42:07 +0800 |
| commit | 46bf72ae5d2a79f37602e9448fcab5cf3372866b (patch) | |
| tree | d446731af19a0cdc00feff44247b9f13e51801bd /gnu | |
| parent | d9a3a43d6efaa310477e7053f3b6c553e00e356d (diff) | |
gnu: xfce4-session: Update to 4.20.3.
* gnu/packages/xfce.scm (xfce4-session): Update to 4.20.3.
Change-Id: I82e7f0f22c58bfd678019fe1a7296d3febc29a1f
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files 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 |
