gnu: csound: Update to 6.05.
* gnu/packages/audio.scm (csound): Update to 6.05.
This commit is contained in:
parent
20c6b9dae3
commit
efd377221d
|
@ -339,7 +339,7 @@ tools (analyzer, mono/stereo tools, crossovers).")
|
||||||
(define-public csound
|
(define-public csound
|
||||||
(package
|
(package
|
||||||
(name "csound")
|
(name "csound")
|
||||||
(version "6.04")
|
(version "6.05")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -347,7 +347,7 @@ tools (analyzer, mono/stereo tools, crossovers).")
|
||||||
version "/Csound" version ".tar.gz"))
|
version "/Csound" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1030w38lxdwjz1irr32m9cl0paqmgr02lab2m7f7j1yihwxj1w0g"))))
|
"0a1sni6lr7qpwywpggbkp0ia3h9bwwgf9i87gsag8ra2h30v82hd"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
|
|
Loading…
Reference in New Issue