gnu: qsynth: Update to 0.5.5.

* gnu/packages/audio.scm (qsynth): Update to 0.5.5.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-12 22:44:14 +01:00
parent 205df73940
commit 9d4e42dcfb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2865,15 +2865,14 @@ (define-public portaudio
(define-public qsynth (define-public qsynth
(package (package
(name "qsynth") (name "qsynth")
(version "0.5.4") (version "0.5.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/qsynth/qsynth/" version (uri (string-append "mirror://sourceforge/qsynth/qsynth/" version
"/qsynth-" version ".tar.gz")) "/qsynth-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "08x7znvbwi9miavcarymi7dsv8njmxzwzma20dbmz8j2aswm53w5"))))
"0kpq5fxr96wnii18ax780w1ivq8ksk892ac0bprn92iz0asfysrd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no "check" phase `(#:tests? #f ; no "check" phase