guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f36fd4b48acabf960d209010fdce80de2b85a014
Author: 宋文武 <[email protected]>
AuthorDate: Sat Aug 23 12:36:47 2025 +0800
gnu: libqtxdg: Update to 4.2.0.
* gnu/packages/lxqt.scm (libqtxdg): Update to 4.2.0.
Change-Id: I6ef7e287c14ccbe82ff4575012f239c783136d5d
---
gnu/packages/lxqt.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 9fab1d23b9..e5c6596e92 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -151,7 +151,7 @@ itself as well as other components maintained by the LXQt
project.")
(define-public libqtxdg
(package
(name "libqtxdg")
- (version "4.1.0")
+ (version "4.2.0")
(source
(origin
(method url-fetch)
@@ -159,7 +159,7 @@ itself as well as other components maintained by the LXQt
project.")
"https://github.com/lxqt/libqtxdg/releases/download/"
version "/libqtxdg-" version ".tar.xz"))
(sha256
- (base32 "02c8irxyra0kfm7k1jkcxinfipib3w9jn2lk91hnl6jnv6bx6106"))))
+ (base32 "0ap81y7sbqwcdfsdlyxihs12chfv332fgg6y0sl6zmjhhlhk1m55"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags