gnu: qjackctl: Update to 0.5.3.

* gnu/packages/audio.scm (qjackctl): Update to 0.5.3.
master
Tobias Geerinckx-Rice 2018-08-21 04:18:34 +02:00
parent 97353dfb69
commit 694765e1d6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -2004,17 +2004,17 @@ and ALSA.")
(define-public qjackctl
(package
(name "qjackctl")
(version "0.5.1")
(version "0.5.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/qjackctl/qjackctl/"
version "/qjackctl-" version ".tar.gz"))
(sha256
(base32
"0jw1s4qh4qjxnysddjv3j2lchwlslj9p4iisv9i89d3m7pf1svs4"))))
"0x08af8m5l8qy9av3dlldsg58ny9nc69h1s4i6hqkvj24jwy6fw1"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f)) ; no check target
'(#:tests? #f)) ; no check target
(inputs
`(("jack" ,jack-1)
("alsa-lib" ,alsa-lib)