Browse Source
gnu: qsynth: Update to 0.4.4.
* gnu/packages/audio.scm (qsynth): Update to 0.4.4.
version-0.13.0
Ricardo Wurmus
5 years ago
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with
3 additions and
2 deletions
-
gnu/packages/audio.scm
|
|
@ -2473,14 +2473,15 @@ interface.") |
|
|
|
(define-public qsynth |
|
|
|
(package |
|
|
|
(name "qsynth") |
|
|
|
(version "0.4.3") |
|
|
|
(version "0.4.4") |
|
|
|
(source |
|
|
|
(origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (string-append "mirror://sourceforge/qsynth/qsynth/" version |
|
|
|
"/qsynth-" version ".tar.gz")) |
|
|
|
(sha256 |
|
|
|
(base32 "1j5hm99fjrnaw8wbmlh4qixkv3rw5dl429mp1ag7js2ydrx0j9yy")))) |
|
|
|
(base32 |
|
|
|
"0qhfnikx3xcllkvs60kj6vcf2rwwzh31y41qkk6kwfhzgd219y8f")))) |
|
|
|
(build-system gnu-build-system) |
|
|
|
(arguments |
|
|
|
`(#:tests? #f ; no "check" phase |
|
|
|