gnu: qsynth: Update to 0.4.0.

* gnu/packages/audio.scm (qsynth): Update to 0.4.0.
This commit is contained in:
Ricardo Wurmus 2015-09-09 06:49:25 +02:00
parent 5a4849e11c
commit a228fce597

View File

@ -1659,14 +1659,14 @@ interface.")
(define-public qsynth (define-public qsynth
(package (package
(name "qsynth") (name "qsynth")
(version "0.3.9") (version "0.4.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://sourceforge/qsynth/qsynth-" version ".tar.gz")) "mirror://sourceforge/qsynth/qsynth-" version ".tar.gz"))
(sha256 (sha256
(base32 "08kyn6cl755l9i1grzjx8yi3f8mgiz4gx0hgqad1n0d8yz85087b")))) (base32 "1chc89v9hcjw3k4rvzakl8g56wv24kh48fzv1gfs4iv8vhyl3j4x"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f)) ; no "check" phase `(#:tests? #f)) ; no "check" phase