diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-06-24 11:18:59 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-06-25 22:26:08 +0200 |
commit | 2f16b89d411cf3606924ba572a9844b73d90b112 (patch) | |
tree | c2805a63d4f9b204850cdc6bb45878225503d56d | |
parent | 8ceffb2f34a5e8fe156f6e44e404f3eaafa6799a (diff) | |
download | guix-2f16b89d411cf3606924ba572a9844b73d90b112.tar guix-2f16b89d411cf3606924ba572a9844b73d90b112.tar.gz |
gnu: synthv1: Update to 0.8.3.
* gnu/packages/music.scm (synthv1): Update to 0.8.3.
-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 b40bbb002d..60fd3fa46f 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1079,7 +1079,7 @@ users to select LV2 plugins and run them with jalv.") (define-public synthv1 (package (name "synthv1") - (version "0.8.2") + (version "0.8.3") (source (origin (method url-fetch) (uri @@ -1087,7 +1087,7 @@ users to select LV2 plugins and run them with jalv.") "/synthv1-" version ".tar.gz")) (sha256 (base32 - "0lmblhk0728bxi7cixc2j9p6gisicy6alybga9vwmg453snrsybr")))) + "1yqh7jx431q01f15b3h4dh038yvmc4jcsr3vn2175kqgwfj9jqcg")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; There are no tests. |