diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-11 16:06:26 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-11 16:28:03 +0200 |
commit | 5c59ded756a1ec454db806e2cad25300d4d9966a (patch) | |
tree | 26aa368403184e1b5c15954450f67de7edaad8f2 /gnu | |
parent | 02e485287e448be5abec5a067200d659c2d70870 (diff) |
gnu: synthv1: Update to 0.9.17.
* gnu/packages/music.scm (synthv1): Update to 0.9.17.
Diffstat (limited to 'gnu')
-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 ad0a64bc94..708d60949d 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1538,7 +1538,7 @@ users to select LV2 plugins and run them with jalv.") (define-public synthv1 (package (name "synthv1") - (version "0.9.16") + (version "0.9.17") (source (origin (method url-fetch) (uri @@ -1546,7 +1546,7 @@ users to select LV2 plugins and run them with jalv.") "/synthv1-" version ".tar.gz")) (sha256 (base32 - "1k5sm6s2d5di5yk0bxwy3nizq9m1ym46b4qz2m45nm3zspkbzybp")))) + "0jc2drk5dzsaa6vxmk1hyi0zp02zm3mzar3arssfy5vcyc5ig6sk")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ; there are no tests |