gnu: yoshimi: Update to 1.6.0.3.

* gnu/packages/music.scm (yoshimi): Update to 1.6.0.3.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-12 20:30:34 +01:00
parent c5ce759ef8
commit a02c8df77f
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -2143,7 +2143,7 @@ (define-public zynaddsubfx
(define-public yoshimi (define-public yoshimi
(package (package
(name "yoshimi") (name "yoshimi")
(version "1.6.0.1") (version "1.6.0.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/yoshimi/" (uri (string-append "mirror://sourceforge/yoshimi/"
@ -2151,7 +2151,7 @@ (define-public yoshimi
"/yoshimi-" version ".tar.bz2")) "/yoshimi-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"140f2k4akj39pny8c7i794q125415gyvmy4rday0il5ncp3glik4")))) "1z2mnmm299ng6jcwa61dzr1ilwa5fjgsggxl2wa5smji6b4npmx7"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; there are no tests `(#:tests? #f ; there are no tests