diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-03-29 22:21:02 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-03-29 22:22:50 +0200 |
commit | 7c60a23cb1287d7c99ef1e587af41683c0b85364 (patch) | |
tree | 48e67ad771830fb08296a295e83cb2884f94e3f2 /gnu/packages/music.scm | |
parent | 15c5541bc8910f1736c4feb71633bd9ccb62b8fb (diff) |
gnu: synthv1: Update to 0.9.0.
* gnu/packages/music.scm (synthv1): Update to 0.9.0.
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 198e31c062..d0c3a26147 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1254,7 +1254,7 @@ users to select LV2 plugins and run them with jalv.") (define-public synthv1 (package (name "synthv1") - (version "0.8.6") + (version "0.9.0") (source (origin (method url-fetch) (uri @@ -1262,7 +1262,7 @@ users to select LV2 plugins and run them with jalv.") "/synthv1-" version ".tar.gz")) (sha256 (base32 - "141ah1gnv5r2k846v5ay15q9q90h01p74240a56vlxqh20z43g92")))) + "1skynjg6ip0qfbqqkybfjh6xcwxagq89ghl08f7sp7j0sz5qdcwp")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; There are no tests. |