guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 6ea1cb2641c2b835e1a5f815549ca7a7260a14c9
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 13:09:14 2025 +0800
gnu: libxfce4util: Update to 4.20.1.
* gnu/packages/xfce.scm (libxfce4util): Update to 4.20.1.
Change-Id: I0963693b1835fac96ee6a9dc1ef3dd42c398a43b
---
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 69b99b186c..d92e416d7e 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -96,7 +96,7 @@
(define-public libxfce4util
(package
(name "libxfce4util")
- (version "4.20.0")
+ (version "4.20.1")
(source
(origin
(method git-fetch)
@@ -105,7 +105,7 @@
(commit (string-append name "-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0r24hx200jvixn8rhcg0cbvv6b3jc4hj1iw2bkvmrcf74m4ck9nj"))))
+ (base32 "1wwiwq4hiww25lrjmjcbibc8j1xg4c5n3q4nd9zk91hdzrxgjm22"))))
(build-system gnu-build-system)
(arguments
(list