diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 11:00:24 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-02 09:30:09 +0800 |
| commit | eddb23cdd9709ec73bc14c4ff6dd08f81b32defb (patch) | |
| tree | 77b9dba1d131e92f84a66928d0c47390a0525013 /gnu | |
| parent | f36459075da6d0cc8ce338f59ce351d333679c2d (diff) | |
gnu: liblxqt: Update to 2.3.0.
* gnu/packages/lxqt.scm (liblxqt): Update to 2.3.0.
Change-Id: I20c0b2462ce367ae271f883c398479318eb60ccb
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 75a43cd274..8155377230 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -213,7 +213,7 @@ applications.") (define-public liblxqt (package (name "liblxqt") - (version "2.2.0") + (version "2.3.0") (source (origin (method url-fetch) @@ -221,7 +221,7 @@ applications.") "https://github.com/lxqt/" name "/releases/download/" version "/" name "-" version ".tar.xz")) (sha256 - (base32 "1j0918fyka0kxwsn3mgnjnfc8cvdp6dsgg0i40877ysry0dqp2aa")))) + (base32 "1p74hvw6qncvj04dvzxkv22hvn0rsjx6z1csi7nmcvhn5yfn2p1b")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; no tests |
