diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-17 00:26:40 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-17 00:27:35 +0200 |
commit | d5c0a835964e4990a7016f8d12c602c3ccb2bb9b (patch) | |
tree | 3e9b89d4ad1509a185d26d08c5f41b70506fbfdd | |
parent | 63fe1dc0b019eac616dfbbaa19c90874be545b00 (diff) |
gnu: synthv1: Update to 0.9.14.
* gnu/packages/music.scm (synthv1): Update to 0.9.14.
-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 9a55f0db3a..b8752cea48 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1436,7 +1436,7 @@ users to select LV2 plugins and run them with jalv.") (define-public synthv1 (package (name "synthv1") - (version "0.9.13") + (version "0.9.14") (source (origin (method url-fetch) (uri @@ -1444,7 +1444,7 @@ users to select LV2 plugins and run them with jalv.") "/synthv1-" version ".tar.gz")) (sha256 (base32 - "0bb48myvgvqcibwm68qhd4852pjr2g19rasf059a799d1hzgfq3l")))) + "08n83krkak20924flb9azhm9hn40lyfvn29m63zs3lw3wajf0b40")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ; there are no tests |