diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-12 03:48:25 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-12 04:05:29 +0100 |
commit | 4e385d2a00beb84fd2549633527e9b6d42c4750c (patch) | |
tree | b6eb85abd0a979eddf7d0913c74de6862e26ebb4 /gnu | |
parent | cb72994e208bb8d974da908ade59c17707043f87 (diff) | |
download | patches-4e385d2a00beb84fd2549633527e9b6d42c4750c.tar patches-4e385d2a00beb84fd2549633527e9b6d42c4750c.tar.gz |
gnu: jalv: Update to 1.6.4.
* gnu/packages/audio.scm (jalv): Update to 1.6.4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/audio.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 0f606403e2..e2d551248b 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1572,17 +1572,17 @@ synchronous execution of all clients, and low latency operation.") (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) |