diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-29 18:40:06 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-29 18:55:00 +0200 |
commit | 881903ae561d2fd3026d962f4af25e23cfe95229 (patch) | |
tree | 1cd7367dd3146ad61e54b1a9326ba2cbcd4d7d67 /gnu/packages | |
parent | 546948391a2b9e0839c86f5be3f1b4244e769d13 (diff) | |
download | patches-881903ae561d2fd3026d962f4af25e23cfe95229.tar patches-881903ae561d2fd3026d962f4af25e23cfe95229.tar.gz |
gnu: synthv1: Update to 0.9.13.
* gnu/packages/music.scm (synthv1): Update to 0.9.13.
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 bc9ceb7d6b..a30e6dc48c 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1409,7 +1409,7 @@ users to select LV2 plugins and run them with jalv.") (define-public synthv1 (package (name "synthv1") - (version "0.9.12") + (version "0.9.13") (source (origin (method url-fetch) (uri @@ -1417,7 +1417,7 @@ users to select LV2 plugins and run them with jalv.") "/synthv1-" version ".tar.gz")) (sha256 (base32 - "1amxrl1cqwgncw5437r572frgf6xhss3cfpbgh178i8phlq1q731")))) + "0bb48myvgvqcibwm68qhd4852pjr2g19rasf059a799d1hzgfq3l")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ; there are no tests |