parent
cb72994e20
commit
4e385d2a00
|
@ -1572,17 +1572,17 @@ synchronous execution of all clients, and low latency operation.")
|
||||||
(define-public jalv
|
(define-public jalv
|
||||||
(package
|
(package
|
||||||
(name "jalv")
|
(name "jalv")
|
||||||
(version "1.6.0")
|
(version "1.6.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.drobilla.net/jalv-"
|
(uri (string-append "https://download.drobilla.net/jalv-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x2wpzzx2cgvz3dgdcgsj8dr0w3zsasy62mvl199bsdj5fbjaili"))))
|
"1wwfn7yzbs37s2rdlfjgks63svd5g14yyzd2gdl7h0z12qncwsy2"))))
|
||||||
(build-system waf-build-system)
|
(build-system waf-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
#:python ,python-2))
|
#:python ,python-2))
|
||||||
(inputs
|
(inputs
|
||||||
`(("lv2" ,lv2)
|
`(("lv2" ,lv2)
|
||||||
|
|
Reference in New Issue