guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 385eee16133eb76852a982882f64a4f42351729b
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:38 2025 +0800
gnu: xfce4-settings: Update to 4.20.3.
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.20.3.
Change-Id: I0e6614a5090621838418a3bb56c59aae55c39cc3
---
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 b030d042a4..c443598ed2 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -774,7 +774,7 @@ allows you to shut down the computer from Xfce.")
(define-public xfce4-settings
(package
(name "xfce4-settings")
- (version "4.20.1")
+ (version "4.20.3")
(source
(origin
(method git-fetch)
@@ -783,7 +783,7 @@ allows you to shut down the computer from Xfce.")
(commit (string-append name "-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1hk8jsiczpzvm7zs79g5jk6amg988rg1w1ir4z3x0yklqgalw4gl"))
+ (base32 "1my9ml90lzj2yp21v6sh0sl0gki8blbq44s1psv2fsi8b8nq033m"))
(patches (search-patches "xfce4-settings-defaults.patch"))))
(build-system gnu-build-system)
(arguments