diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 11:00:25 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-02 09:30:09 +0800 |
| commit | 6f3571a44ad9ce91044d6c905cb99e40ec8eae9e (patch) | |
| tree | 879d6b38cc1bd8dc522cf97df2975222a068a64b /gnu | |
| parent | eb250e1db9294a75931139ca230ce709238ee261 (diff) | |
gnu: lxqt-powermanagement: Update to 2.3.0.
* gnu/packages/lxqt.scm (lxqt-powermanagement): Update to 2.3.0.
Change-Id: I83574598fcf93244ce7e024851ae1721b4959382
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 bd2b6df54e..f146c62f5d 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -587,14 +587,14 @@ LXQt.") (define-public lxqt-powermanagement (package (name "lxqt-powermanagement") - (version "2.2.1") + (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 "1pds86s72ckkvk886ncajnl7q11814w94dfmbblmml2dmfxyhkbx")))) + (base32 "0xlyb41xapgkn5x9cgq2snln60scs67ja07721djq499y8c5r92p")))) (build-system cmake-build-system) (inputs (list kidletime |
