guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c9e1bf0ce52d9ea484d7eb1c56f6b1e2bbd0ac27
Author: 宋文武 <[email protected]>
AuthorDate: Sat Aug 23 12:36:47 2025 +0800

    gnu: liblxqt: Update to 2.2.0.
    
    * gnu/packages/lxqt.scm (liblxqt): Update to 2.2.0.
    
    Change-Id: I4b51d1a540d1f3b04c167b48ea2642ddbe261330
---
 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 2b7f58e4c2..79dfdbe7bb 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -211,7 +211,7 @@ applications.")
 (define-public liblxqt
   (package
     (name "liblxqt")
-    (version "2.1.0")
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
@@ -219,7 +219,7 @@ applications.")
              "https://github.com/lxqt/"; name "/releases/download/"
              version "/" name "-" version ".tar.xz"))
        (sha256
-        (base32 "1q1wn53rsy6bagngj1k53sipmbga3pbwk446kd1m6prwz1i0p0hh"))))
+        (base32 "1j0918fyka0kxwsn3mgnjnfc8cvdp6dsgg0i40877ysry0dqp2aa"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; no tests

Reply via email to