gnu: yoshimi: Update to 1.5.3.

* gnu/packages/music.scm (yoshimi): Update to 1.5.3.
This commit is contained in:
Ricardo Wurmus 2017-08-25 04:55:05 +02:00
parent 5cff549c60
commit 0b4f40e4fa
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1745,7 +1745,7 @@ (define-public zynaddsubfx
(define-public yoshimi (define-public yoshimi
(package (package
(name "yoshimi") (name "yoshimi")
(version "1.5.1.1") (version "1.5.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/yoshimi/" (uri (string-append "mirror://sourceforge/yoshimi/"
@ -1753,7 +1753,7 @@ (define-public yoshimi
"/yoshimi-" version ".tar.bz2")) "/yoshimi-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1gjanmbn08x11iz4bjlkx3m66x0yk401ddkz8fqkj7y3p5ih1kna")))) "0sns35pyw2f74xrv1fxiyf9g9415kvh2rrbdjd60hsiv584nlari"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; there are no tests `(#:tests? #f ; there are no tests