diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-03-06 22:24:38 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-06 22:26:07 +0100 |
commit | fc240e7e05f98dd9df31d7e2ec98af7a977c9ae3 (patch) | |
tree | a52dd7b5cc2596c5535e20aace1f07e2857cbb09 | |
parent | 6ef147bd1dfa27f57a1650e3afa0cac5a2b0295d (diff) | |
download | guix-fc240e7e05f98dd9df31d7e2ec98af7a977c9ae3.tar.gz |
gnu: synthv1: Update to 0.9.5.
* gnu/packages/music.scm (synthv1): Update to 0.9.5.
-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 3f33e43bab..d2ef0c0375 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1306,7 +1306,7 @@ users to select LV2 plugins and run them with jalv.") (define-public synthv1 (package (name "synthv1") - (version "0.9.2") + (version "0.9.5") (source (origin (method url-fetch) (uri @@ -1314,7 +1314,7 @@ users to select LV2 plugins and run them with jalv.") "/synthv1-" version ".tar.gz")) (sha256 (base32 - "1r60l286n8y4a4rrlnbc3h7xk4s2pvqykvskls89prxg0lkpz7kl")))) + "1b9w4cml3cmcg09kh852cahas6l9ks8wl3gzp1az8rzxz4229yg1")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; there are no tests |