diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-03 01:32:25 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-03 13:54:12 +0100 |
commit | f6c5e9871f34ee0ecf42ebcefda40380c18287c4 (patch) | |
tree | 3dbe400f03cec252bd73731d5a506d9d3780c07a /gnu/packages/music.scm | |
parent | a96c00865aeba1c05b56822e6a0601dd81e85c67 (diff) | |
download | guix-f6c5e9871f34ee0ecf42ebcefda40380c18287c4.tar guix-f6c5e9871f34ee0ecf42ebcefda40380c18287c4.tar.gz |
gnu: synthv1: Update to 0.9.12.
* gnu/packages/music.scm (synthv1): Update to 0.9.12.
Diffstat (limited to 'gnu/packages/music.scm')
-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 a0ba6a261d..f0cf33ead8 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1414,7 +1414,7 @@ users to select LV2 plugins and run them with jalv.") (define-public synthv1 (package (name "synthv1") - (version "0.9.11") + (version "0.9.12") (source (origin (method url-fetch) (uri @@ -1422,7 +1422,7 @@ users to select LV2 plugins and run them with jalv.") "/synthv1-" version ".tar.gz")) (sha256 (base32 - "116k2vca9dygvsd684wvxm61p0l1xrrgdph4qrrprlsr6vj0llgm")))) + "1amxrl1cqwgncw5437r572frgf6xhss3cfpbgh178i8phlq1q731")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ; there are no tests |