diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-21 14:12:09 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-21 15:36:05 +0100 |
commit | 37b2e9c3b681484adf7ba51aaaa10f93e7df1fc9 (patch) | |
tree | ab9667639af51888f9e54c67e9b9c441b75c6021 /gnu/packages/music.scm | |
parent | d31db5cff392e6263ac07bb47cffaea8fd1f0120 (diff) |
gnu: synthv1: Update to 0.9.21.
* gnu/packages/music.scm (synthv1): Update to 0.9.21.
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 1e12bbe1a2..2da400dcd1 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1965,7 +1965,7 @@ users to select LV2 plugins and run them with jalv.") (define-public synthv1 (package (name "synthv1") - (version "0.9.20") + (version "0.9.21") (source (origin (method url-fetch) (uri @@ -1973,7 +1973,7 @@ users to select LV2 plugins and run them with jalv.") "/synthv1-" version ".tar.gz")) (sha256 (base32 - "1g2i79gkl1j7i49djz6igkbvdmfwxhcg6kx97n63bcqcvvy03rqz")))) + "0wg4ywkqf307vln0y923p083xacb5ahr2ghzvb9gmqyszd7k2v15")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ; there are no tests |