diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-03-18 21:21:02 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-18 21:35:56 +0100 |
commit | 1b80ed7d5ba6eb0becde4de43dd840f235fb51b5 (patch) | |
tree | 044f3ff7e174066c96d1c954b75d3bc272a3687f | |
parent | 31f6c6123b434a9704d22b5545424e12e55d93a9 (diff) | |
download | guix-1b80ed7d5ba6eb0becde4de43dd840f235fb51b5.tar guix-1b80ed7d5ba6eb0becde4de43dd840f235fb51b5.tar.gz |
gnu: synthv1: Update to 0.9.6.
* gnu/packages/music.scm (synthv1): Update to 0.9.6.
-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 c98f050caf..c9cbb95e1d 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.5") + (version "0.9.6") (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 - "1b9w4cml3cmcg09kh852cahas6l9ks8wl3gzp1az8rzxz4229yg1")))) + "1hcngk7mxfrqf8v3r759x3wd0p02nc3q83j8m3k58p408y3mx7nr")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; there are no tests |