gnu: synthv1: Update to 0.8.3.

* gnu/packages/music.scm (synthv1): Update to 0.8.3.
This commit is contained in:
Ricardo Wurmus 2017-06-24 11:18:59 +02:00
parent 8ceffb2f34
commit 2f16b89d41
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1079,7 +1079,7 @@ users to select LV2 plugins and run them with jalv.")
(define-public synthv1 (define-public synthv1
(package (package
(name "synthv1") (name "synthv1")
(version "0.8.2") (version "0.8.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -1087,7 +1087,7 @@ users to select LV2 plugins and run them with jalv.")
"/synthv1-" version ".tar.gz")) "/synthv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0lmblhk0728bxi7cixc2j9p6gisicy6alybga9vwmg453snrsybr")))) "1yqh7jx431q01f15b3h4dh038yvmc4jcsr3vn2175kqgwfj9jqcg"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; There are no tests. `(#:tests? #f ; There are no tests.