mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: lxqt-admin: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-admin): Update to 1.2.0.
This commit is contained in:
parent
a50229f564
commit
18545301e0
1 changed files with 2 additions and 2 deletions
|
@ -305,14 +305,14 @@ (define-public lxqt-about
|
||||||
(define-public lxqt-admin
|
(define-public lxqt-admin
|
||||||
(package
|
(package
|
||||||
(name "lxqt-admin")
|
(name "lxqt-admin")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||||
version "/" name "-" version ".tar.xz"))
|
version "/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zah3xdnif9miaq52mmfbbzvqjhca7w7h81ngrn25j9pvd2bflm8"))))
|
(base32 "1bjmarrra43gcnzi8i0g0lcam12hhgr2yi8dji6klmrcp4k67y89"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list kwindowsystem
|
(list kwindowsystem
|
||||||
|
|
Loading…
Reference in a new issue