me
/
guix
Archived
1
0
Fork 0

gnu: jalv: Update to 1.6.4.

* gnu/packages/audio.scm (jalv): Update to 1.6.4.
master
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
1 changed files with 3 additions and 3 deletions

View File

@ -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)