gnu: jalv: Update to 1.6.4.

* gnu/packages/audio.scm (jalv): Update to 1.6.4.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-12 03:48:25 +01:00
parent cb72994e20
commit 4e385d2a00
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1572,17 +1572,17 @@ (define-public jack-2
(define-public jalv
(package
(name "jalv")
(version "1.6.0")
(version "1.6.4")
(source (origin
(method url-fetch)
(uri (string-append "https://download.drobilla.net/jalv-"
version ".tar.bz2"))
(sha256
(base32
"1x2wpzzx2cgvz3dgdcgsj8dr0w3zsasy62mvl199bsdj5fbjaili"))))
"1wwfn7yzbs37s2rdlfjgks63svd5g14yyzd2gdl7h0z12qncwsy2"))))
(build-system waf-build-system)
(arguments
`(#:tests? #f ; no check target
`(#:tests? #f ; no check target
#:python ,python-2))
(inputs
`(("lv2" ,lv2)