gnu: yoshimi: Update to 1.5.8.2.
* gnu/packages/music.scm (yoshimi): Update to 1.5.8.2.
This commit is contained in:
parent
7cc72e3828
commit
2a64c54a96
|
@ -1996,7 +1996,7 @@ capabilities, custom envelopes, effects, etc.")
|
||||||
(define-public yoshimi
|
(define-public yoshimi
|
||||||
(package
|
(package
|
||||||
(name "yoshimi")
|
(name "yoshimi")
|
||||||
(version "1.5.8")
|
(version "1.5.8.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/yoshimi/"
|
(uri (string-append "mirror://sourceforge/yoshimi/"
|
||||||
|
@ -2004,7 +2004,7 @@ capabilities, custom envelopes, effects, etc.")
|
||||||
"/yoshimi-" version ".tar.bz2"))
|
"/yoshimi-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gwsr5srzy28hwqhfzrc8pswysmyra8kbww3bxfx8bq4mdjifdj6"))))
|
"1kg7d6mnzdwzsqhrf7pmrf1hzgfpbpm5lv8xkaz32wiv391qrnxc"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; there are no tests
|
`(#:tests? #f ; there are no tests
|
||||||
|
|
Loading…
Reference in New Issue