me
/
guix
Archived
1
0
Fork 0

gnu: qps: Update to 2.3.0.

* gnu/packages/lxqt.scm (qps): Update to 2.3.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Brendan Tildesley 2021-05-17 00:06:13 +10:00 committed by Ludovic Courtès
parent 223b40b7c9
commit 811a02770e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1185,14 +1185,14 @@ window manager OpenBox.")
(define-public qps
(package
(name "qps")
(version "2.1.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 "0yym1bpglz8vha28x7k21fxx1vlsq19m3fyhk2cq3pwq3nqijwp7"))))
(base32 "0zg0czrh3dlbnl5smxamhkdbj1g0szm47w1c0fwpaplgc1vv5lfq"))))
(build-system cmake-build-system)
(inputs
`(("kwindowsystem" ,kwindowsystem)