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 | e1e2c353e7d0d7147c08ca2c9e3e2beff1a1a660 (patch) | |
| tree | 04d9a30338c03d3836fa52f3db47c9d0b3243528 | |
| parent | ba161dc0433780b444dbe1a7b10cf46ec5f7ac2d (diff) | |
gnu: lxqt-panel: Update to 2.3.2.
* gnu/packages/lxqt.scm (lxqt-panel): Update to 2.3.2.
Change-Id: Icd324f4f254e3b1b1ae2d5d3c94facf8a07b5c26
| -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 2b6af9e6e3..1b26e108d4 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -507,14 +507,14 @@ possible for applications to export and import their menus over DBus.") (define-public lxqt-panel (package (name "lxqt-panel") - (version "2.2.2") + (version "2.3.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/lxqt/" name "/releases/download/" version "/" name "-" version ".tar.xz")) (sha256 - (base32 "0s8rva0prz1mkccp5yanrm0gg63cn95pzv2fixdp26489rx0w5ax")))) + (base32 "1l5j5vbdw77vz7wj4r24wkxqa5n61r8nl6v2g1808rapchm0mazi")))) (build-system cmake-build-system) (inputs (list alsa-lib |
