diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-04-02 12:09:03 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-04-02 17:25:04 +0200 |
commit | 720de58bf7689310c248edf91a699e89a9f48c44 (patch) | |
tree | 1b3ba20f12b9a98f447aef699bc1272aa37273c0 /gnu/packages/music.scm | |
parent | 5feac7b04e0258d81368e59ea57367f68687e0f5 (diff) | |
download | guix-720de58bf7689310c248edf91a699e89a9f48c44.tar guix-720de58bf7689310c248edf91a699e89a9f48c44.tar.gz |
gnu: synthv1: Update to 0.8.1.
* gnu/packages/music.scm (synthv1): Update to 0.8.1.
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r-- | gnu/packages/music.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 7a2c866608..991c404b0f 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -981,7 +981,7 @@ users to select LV2 plugins and run them with jalv.") (define-public synthv1 (package (name "synthv1") - (version "0.8.0") + (version "0.8.1") (source (origin (method url-fetch) (uri @@ -989,7 +989,7 @@ users to select LV2 plugins and run them with jalv.") "/synthv1-" version ".tar.gz")) (sha256 (base32 - "155pfyhr6d35ciw95pbxlqy7751cmij8j5d849rvblqbjzyzb5qx")))) + "0rzkr8mgy28j5kg56qqrdm05ml2wlm651yk27c2mn5ql7v92gdx3")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; There are no tests. |