diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 11:00:26 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-02 09:30:09 +0800 |
| commit | d33b90167912e29df029464e67c8573a2ae0ec42 (patch) | |
| tree | 0ec8eefadb231935ac8404365719f8979054ba5f /gnu | |
| parent | cb99adc57f7a01d89e46dd2d55901cd0d98db7c5 (diff) | |
gnu: qps: Update to 2.12.0.
* gnu/packages/lxqt.scm (qps): Update to 2.12.0.
Change-Id: Ic1d538dfef8cba4f0b68ecaef3abf7abb92a56e8
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 d6ecd49a40..d6c3309d8d 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -952,14 +952,14 @@ window manager OpenBox.") (define-public qps (package (name "qps") - (version "2.11.1") + (version "2.12.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/lxqt/" name "/releases/download/" version "/" name "-" version ".tar.xz")) (sha256 - (base32 "0dk4rs2i5qxl1plnis9y2bjm148vlzb43ny29kaa5rkrv3lnq354")))) + (base32 "013h8r9175cyrjkq3c86c45rzn938qmcmrwin1l6lsz5c2srisvn")))) (build-system cmake-build-system) (inputs (list liblxqt)) |
