mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
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:
parent
343f5efbc3
commit
fc81316384
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue