gnu: qjackctl: Update to 0.4.5.

* gnu/packages/audio.scm (qjackctl): Update to 0.4.5.
This commit is contained in:
Ricardo Wurmus 2017-05-05 09:20:38 +02:00
parent ab7ec90f48
commit 1538bc33cd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1868,16 +1868,14 @@ (define-public patchage
(define-public qjackctl (define-public qjackctl
(package (package
(name "qjackctl") (name "qjackctl")
(version "0.4.4") (version "0.4.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri (string-append "mirror://sourceforge/qjackctl/qjackctl/"
(string-append version "/qjackctl-" version ".tar.gz"))
"mirror://sourceforge/qjackctl/qjackctl/"
version "/qjackctl-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"19bbljb3iz5ss4s5fmra1dxabg2fnp61sa51d63zsm56xkvv47ak")))) "1dsavjfzz5bpzc80mvfs940w9f9f47cf4r9cqxnaqrl4xilsa3f5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f)) ; no check target '(#:tests? #f)) ; no check target