diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-03 23:17:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 00:44:59 +0100 |
commit | 5c709614028c53a94f60b8d24bd465f1bbbd228a (patch) | |
tree | 2882a5b5a46149fdb6cff57038527baada3b1157 /gnu/packages | |
parent | cd7c9f520b647ff72684fd9ab313fd8f14144acd (diff) |
gnu: synthv1: Update to 0.9.20.
* gnu/packages/music.scm (synthv1): Update to 0.9.20.
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 762f4ddde9..58bdb566ce 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1927,7 +1927,7 @@ users to select LV2 plugins and run them with jalv.") (define-public synthv1 (package (name "synthv1") - (version "0.9.19") + (version "0.9.20") (source (origin (method url-fetch) (uri @@ -1935,7 +1935,7 @@ users to select LV2 plugins and run them with jalv.") "/synthv1-" version ".tar.gz")) (sha256 (base32 - "17sizhav01mn07gi812n8wqdcr85290zqg609s18cww2b95dy6mn")))) + "1g2i79gkl1j7i49djz6igkbvdmfwxhcg6kx97n63bcqcvvy03rqz")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ; there are no tests |