diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-09-30 10:37:09 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-09-30 14:53:20 +0200 |
commit | 9cb928ad33e7d1b7896b84f121ed1102d64c461e (patch) | |
tree | 2ee8967580d1082870633ab2a11bffcd454c48b5 /gnu/packages | |
parent | afcbb02057ea1573a9b30fb1fa5b4cc865bae67b (diff) | |
download | patches-9cb928ad33e7d1b7896b84f121ed1102d64c461e.tar patches-9cb928ad33e7d1b7896b84f121ed1102d64c461e.tar.gz |
gnu: synthv1: Update to 0.8.4.
* gnu/packages/music.scm (synthv1): Update to 0.8.4.
Diffstat (limited to 'gnu/packages')
-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 abfe3be5f5..4f5d574760 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1088,7 +1088,7 @@ users to select LV2 plugins and run them with jalv.") (define-public synthv1 (package (name "synthv1") - (version "0.8.3") + (version "0.8.4") (source (origin (method url-fetch) (uri @@ -1096,7 +1096,7 @@ users to select LV2 plugins and run them with jalv.") "/synthv1-" version ".tar.gz")) (sha256 (base32 - "1yqh7jx431q01f15b3h4dh038yvmc4jcsr3vn2175kqgwfj9jqcg")))) + "0awk2zx0xa6vl6ah24zz0k2mwsx50hh5g1rh32mp790fp4x7l5s8")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; There are no tests. |