gnu: synthv1: Update to 0.9.2.

* gnu/packages/music.scm (synthv1): Update to 0.9.2.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-23 22:49:26 +02:00
parent 29618d6722
commit 69b4d24871
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1289,7 +1289,7 @@ (define-public jalv-select
(define-public synthv1 (define-public synthv1
(package (package
(name "synthv1") (name "synthv1")
(version "0.9.0") (version "0.9.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -1297,10 +1297,10 @@ (define-public synthv1
"/synthv1-" version ".tar.gz")) "/synthv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1skynjg6ip0qfbqqkybfjh6xcwxagq89ghl08f7sp7j0sz5qdcwp")))) "1r60l286n8y4a4rrlnbc3h7xk4s2pvqykvskls89prxg0lkpz7kl"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; There are no tests. `(#:tests? #f ; there are no tests
#:configure-flags #:configure-flags
'("CXXFLAGS=-std=gnu++11"))) '("CXXFLAGS=-std=gnu++11")))
(inputs (inputs