guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: qps: Update to 2.12.0.
    
    * gnu/packages/lxqt.scm (qps): Update to 2.12.0.
    
    Change-Id: Ic1d538dfef8cba4f0b68ecaef3abf7abb92a56e8
---
 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 d6ecd49a40..d6c3309d8d 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -952,14 +952,14 @@ window manager OpenBox.")
 (define-public qps
   (package
     (name "qps")
-    (version "2.11.1")
+    (version "2.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/lxqt/"; name 
"/releases/download/"
                            version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "0dk4rs2i5qxl1plnis9y2bjm148vlzb43ny29kaa5rkrv3lnq354"))))
+        (base32 "013h8r9175cyrjkq3c86c45rzn938qmcmrwin1l6lsz5c2srisvn"))))
     (build-system cmake-build-system)
     (inputs
      (list liblxqt))

Reply via email to