diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-01 17:24:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-01 17:52:36 +0200 |
commit | 958258dc205d8755280e46f682c94b492c7615b9 (patch) | |
tree | 3a4154952a6790dc26a21469d8eb59c24ec21bfa | |
parent | caeb243712d48908c62f2d2e5a6f4cf66c8d394c (diff) | |
download | guix-958258dc205d8755280e46f682c94b492c7615b9.tar guix-958258dc205d8755280e46f682c94b492c7615b9.tar.gz |
gnu: synthv1: Update to 0.9.15.
* gnu/packages/music.scm (synthv1): Update to 0.9.15.
-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 639cf6d5f2..d5d542e7a2 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1437,7 +1437,7 @@ users to select LV2 plugins and run them with jalv.") (define-public synthv1 (package (name "synthv1") - (version "0.9.14") + (version "0.9.15") (source (origin (method url-fetch) (uri @@ -1445,7 +1445,7 @@ users to select LV2 plugins and run them with jalv.") "/synthv1-" version ".tar.gz")) (sha256 (base32 - "08n83krkak20924flb9azhm9hn40lyfvn29m63zs3lw3wajf0b40")))) + "047y2l7ipzv00ly54f074v6p043xjml7vz0svc7z81bhx74vs0ix")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ; there are no tests |