mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: lxqt-powermanagement: Update to 2.2.1.
* gnu/packages/lxqt.scm (lxqt-powermanagement): Update to 2.2.1. Change-Id: Ibab0c15e286836b1c0bafbf4d292da844158f69a
This commit is contained in:
parent
da63a1a73a
commit
01e117a9a5
1 changed files with 2 additions and 2 deletions
|
@ -585,14 +585,14 @@ LXQt.")
|
|||
(define-public lxqt-powermanagement
|
||||
(package
|
||||
(name "lxqt-powermanagement")
|
||||
(version "2.1.0")
|
||||
(version "2.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||
version "/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0pyzd7pw3mpp0f5193a8fg1bvixwabrapnpqy2q2a707j664mqhj"))))
|
||||
(base32 "1pds86s72ckkvk886ncajnl7q11814w94dfmbblmml2dmfxyhkbx"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list kidletime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue