guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3114ac84f2d773c9916cfc167f0c9177bb3fdc9f
Author: 宋文武 <[email protected]>
AuthorDate: Sat Aug 23 12:36:49 2025 +0800
gnu: lxqt-session: Update to 2.2.0.
* gnu/packages/lxqt.scm (lxqt-session): Update to 2.2.0.
Change-Id: Ib3c84cf9bfaed9a120bce69dd5839fc2a94abed3
---
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 b3a117faaf..8eee0a9205 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -674,14 +674,14 @@ allows for launching applications or shutting down the
system.")
(define-public lxqt-session
(package
(name "lxqt-session")
- (version "2.1.1")
+ (version "2.2.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name
"/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
- (base32 "06f8kfy859ri2wbjpz7yx69jw0gfxm80f46729lcl2vd23a0qari"))))
+ (base32 "12l9sch1lsxpj14ibrjsyv40nrgrdqhkhpzi24sm1bqnnl9jdg17"))))
(build-system cmake-build-system)
(inputs
(list bash-minimal