mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e074f5e26b
commit
9228ec8be1
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue