gnu: qsynth: Update to 0.5.0.

* gnu/packages/audio.scm (qsynth): Update to 0.5.0.
This commit is contained in:
Ricardo Wurmus 2018-01-05 23:25:08 +01:00
parent 2702e12e2d
commit 0fe1752848
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2599,7 +2599,7 @@ (define-public portaudio
(define-public qsynth (define-public qsynth
(package (package
(name "qsynth") (name "qsynth")
(version "0.4.4") (version "0.5.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2607,7 +2607,7 @@ (define-public qsynth
"/qsynth-" version ".tar.gz")) "/qsynth-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0qhfnikx3xcllkvs60kj6vcf2rwwzh31y41qkk6kwfhzgd219y8f")))) "1sr6vrz8z9r99j9xcix86lgcqldragb2ajmq1bnhr58d99sda584"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no "check" phase `(#:tests? #f ; no "check" phase