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 | 1c2afc54c1ff164ee5177eedb337acb3a11df7bc (patch) | |
| tree | 2be81b1a22e1262655eaa9d370a669901bd8c85a /gnu | |
| parent | f51eae123864e80152fba440c770cbdcb08db98a (diff) | |
gnu: lxqt-runner: Update to 2.3.0.
* gnu/packages/lxqt.scm (lxqt-runner): Update to 2.3.0.
Change-Id: Ia42e289c0b12fa97fe7acb75fb192f45dd740af7
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 0b6c9aa920..c6a5591854 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -648,14 +648,14 @@ Qt with LXQt.") (define-public lxqt-runner (package (name "lxqt-runner") - (version "2.2.0") + (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 "1478hsi662s6cw83im710slm6mfq9vn10lq98yqrakmwr6salp71")))) + (base32 "1nymi5cky6xgk2n83vp4lzw418fiamj7zlkcxkss75a3ba6xsbvd")))) (build-system cmake-build-system) (inputs (list kwindowsystem |
