mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -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
|
(define-public qps
|
||||||
(package
|
(package
|
||||||
(name "qps")
|
(name "qps")
|
||||||
(version "1.10.20")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||||
version "/" name "-" version ".tar.xz"))
|
version "/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0dz7ricxg2rrmdyca6mc2d4lyy5bpksjk751hvn95wssr76y2w0m"))))
|
(base32 "0ysnh918n9wz2vgjvyix32kx2j0v4lskjacgcychrpb8sch2dbsi"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libxrender" ,libxrender)
|
`(("libxrender" ,libxrender)
|
||||||
|
|
Loading…
Reference in a new issue