mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
72e82b6736
commit
a6bdf50712
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue