gnu: qps: Update to 2.0.0.

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

Signed-off-by: Brett Gilio <brettg@posteo.net>
This commit is contained in:
Reza Alizadeh Majd 2019-12-10 12:57:33 +03:30 committed by Brett Gilio
parent 343f5efbc3
commit fc81316384
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -1143,14 +1143,14 @@ (define-public pavucontrol-qt
(define-public qps
(package
(name "qps")
(version "1.10.20")
(version "2.0.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32 "0dz7ricxg2rrmdyca6mc2d4lyy5bpksjk751hvn95wssr76y2w0m"))))
(base32 "0ysnh918n9wz2vgjvyix32kx2j0v4lskjacgcychrpb8sch2dbsi"))))
(build-system cmake-build-system)
(inputs
`(("libxrender" ,libxrender)