gnu: lxqt-admin: Update to 2.2.0.

* gnu/packages/lxqt.scm (lxqt-admin): Update to 2.2.0.

Change-Id: If3d27cfaddd71bf8fb5206c12b2e251c2b678ae6
This commit is contained in:
宋文武 2025-08-23 12:36:48 +08:00
parent e074f5e26b
commit 9228ec8be1
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -307,14 +307,14 @@ LXQt and the system it's running on.")
(define-public lxqt-admin
(package
(name "lxqt-admin")
(version "2.1.0")
(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 "047m08hhl8ykk2n2zr0h38f0ynq6b81v80hqrfhqfik3c20895ss"))))
(base32 "03gkb7gwq0gy9ihvawn38i36nkfmwyslf8wmbp4ssj129i94sphq"))))
(build-system cmake-build-system)
(inputs
(list liblxqt polkit-qt6))