iyzsong pushed a commit to branch master in repository guix. commit 478303f737a46ed27496f0564cf6180cc7b0470f Author: 宋文武 <iyzs...@member.fsf.org> AuthorDate: Tue Feb 18 11:18:59 2025 +0800
gnu: xfdesktop: Update to 4.20.1. * gnu/packages/xfce.scm (xfdesktop): Update to 4.20.1. Change-Id: I72ab9de6a93add1e8dbb1ea15d7c0c01bac11cfc --- 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 34fe0f8fd9..e3c00d4f52 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1120,7 +1120,7 @@ window manager.") (define-public xfdesktop (package (name "xfdesktop") - (version "4.20.0") + (version "4.20.1") (source (origin (method git-fetch) @@ -1129,7 +1129,7 @@ window manager.") (commit (string-append name "-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0z3ps7n1ilsgx83phk46aqzfp96zxisxl7xngls054ak9nb3fj7k")) + (base32 "13kzh63dskdl5ayzza8a9db40g16sfzzh0aq7vy6hk0xf4fyq720")) (modules '((guix build utils))) (snippet #~(begin