gnu: lxqt-admin: Update to 2.3.0.

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

Change-Id: I70cf65dd87fad1bf7957f258bfabe768711decd8
This commit is contained in:
宋文武 2026-01-01 11:00:24 +08:00
parent 72e82b6736
commit a6bdf50712
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

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