diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-24 14:55:53 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-24 14:55:53 +0200 |
commit | e39c4800f06b832fa1f1baa406d14d887838cca4 (patch) | |
tree | 2dbe6d199a35cebeb08597924dd3393aaacd6ee0 | |
parent | e4ea33cb2a7006720111ac12ff04e8de58e138ce (diff) | |
download | patches-e39c4800f06b832fa1f1baa406d14d887838cca4.tar patches-e39c4800f06b832fa1f1baa406d14d887838cca4.tar.gz |
gnu: synthv1: Update to 0.9.7.
* gnu/packages/music.scm (synthv1): Update to 0.9.7.
-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 0970c6809f..8631a410f8 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1362,7 +1362,7 @@ users to select LV2 plugins and run them with jalv.") (define-public synthv1 (package (name "synthv1") - (version "0.9.6") + (version "0.9.7") (source (origin (method url-fetch) (uri @@ -1370,7 +1370,7 @@ users to select LV2 plugins and run them with jalv.") "/synthv1-" version ".tar.gz")) (sha256 (base32 - "1hcngk7mxfrqf8v3r759x3wd0p02nc3q83j8m3k58p408y3mx7nr")))) + "0i70wm430fvksi3g985farrkhgb7mwhi7j06dl66cdj1n12jzzk7")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; there are no tests |