gnu: qsynth: Update to 0.4.1.

* gnu/packages/audio.scm (qsynth): Update to 0.4.1.
This commit is contained in:
Ricardo Wurmus 2016-04-12 19:29:12 +02:00
parent 57497c5753
commit b0cf3d0fed
1 changed files with 2 additions and 2 deletions

View File

@ -2096,14 +2096,14 @@ interface.")
(define-public qsynth (define-public qsynth
(package (package
(name "qsynth") (name "qsynth")
(version "0.4.0") (version "0.4.1")
(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 "1chc89v9hcjw3k4rvzakl8g56wv24kh48fzv1gfs4iv8vhyl3j4x")))) (base32 "034p6mbwrjnxd9b6h20cidxi4ilkk3cgpjp154j0jzjs1ipf7x2h"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f)) ; no "check" phase `(#:tests? #f)) ; no "check" phase