guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3f02f45acb59dc21f3e018d164417bd7c6836805
Author: 宋文武 <[email protected]>
AuthorDate: Thu Jan 1 11:00:25 2026 +0800

    gnu: lxqt-session: Update to 2.3.0.
    
    * gnu/packages/lxqt.scm (lxqt-session): Update to 2.3.0.
    
    Change-Id: I5eda918fd38148e413b19f5d76934c55a7ab5b74
---
 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 c6a5591854..6b255e9bb0 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -676,14 +676,14 @@ allows for launching applications or shutting down the 
system.")
 (define-public lxqt-session
   (package
     (name "lxqt-session")
-    (version "2.2.0")
+    (version "2.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/"; name 
"/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "12l9sch1lsxpj14ibrjsyv40nrgrdqhkhpzi24sm1bqnnl9jdg17"))))
+        (base32 "13vjkyrxqayl1d00bf3j1k5qvs99d36xxdd5y8cg22byb1x2j4ff"))))
     (build-system cmake-build-system)
     (inputs
      (list bash-minimal

Reply via email to