diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-02 00:22:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-02 00:36:02 +0100 |
commit | c6c0d396240e5a4977dc96a5e16735c69fd61a53 (patch) | |
tree | 6a41102e0a7e94284b949c6f730b0d4dc38f9e63 /gnu/packages | |
parent | d939b2955d8de2084f550a9063ce0c8006ecc4fa (diff) | |
download | patches-c6c0d396240e5a4977dc96a5e16735c69fd61a53.tar patches-c6c0d396240e5a4977dc96a5e16735c69fd61a53.tar.gz |
gnu: synthv1: Update to 0.9.11.
* gnu/packages/music.scm (synthv1): Update to 0.9.11.
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 516b92e26c..d47b59e1fe 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1371,7 +1371,7 @@ users to select LV2 plugins and run them with jalv.") (define-public synthv1 (package (name "synthv1") - (version "0.9.8") + (version "0.9.11") (source (origin (method url-fetch) (uri @@ -1379,7 +1379,7 @@ users to select LV2 plugins and run them with jalv.") "/synthv1-" version ".tar.gz")) (sha256 (base32 - "15kabmxp38wqvavs5hr1dqasjjf1j977kzqggxfmzyi3y5fan3hj")))) + "116k2vca9dygvsd684wvxm61p0l1xrrgdph4qrrprlsr6vj0llgm")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ; there are no tests |