diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2022-11-28 11:14:00 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2022-11-28 11:14:00 +0800 |
commit | 01d53f86e05c1e247db3e9670dcae9f95ed9ec90 (patch) | |
tree | 7f2aea2df4cb2737b0d5c7ad584049b8eb9f899c /gnu | |
parent | e7bdc6b56d72822209c69b1193846eab52a9ba6f (diff) | |
download | guix-01d53f86e05c1e247db3e9670dcae9f95ed9ec90.tar.gz |
gnu: lxqt-powermanagement: Update to 1.2.0.
* gnu/packages/lxqt.scm (lxqt-powermanagement): Update to 1.2.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lxqt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index 2f20ff0066..70aa26b0a7 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -568,14 +568,14 @@ LXQt.") (define-public lxqt-powermanagement (package (name "lxqt-powermanagement") - (version "1.1.0") + (version "1.2.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/lxqt/" name "/releases/download/" version "/" name "-" version ".tar.xz")) (sha256 - (base32 "0zy6abbf3iwrxsr18gbxidb4m5spsigpa2778xg7y9r7fwgmqqkk")))) + (base32 "1b0m3nllfx5fcwpkp73ac7fbw0jn86h90k5y3r674csm46zs3c05")))) (build-system cmake-build-system) (inputs (list kidletime |