gnu: csound: Update to 6.05.

* gnu/packages/audio.scm (csound): Update to 6.05.
master
Andreas Enge 2015-09-22 22:10:20 +02:00
parent 20c6b9dae3
commit efd377221d
1 changed files with 2 additions and 2 deletions

View File

@ -339,7 +339,7 @@ tools (analyzer, mono/stereo tools, crossovers).")
(define-public csound
(package
(name "csound")
(version "6.04")
(version "6.05")
(source (origin
(method url-fetch)
(uri (string-append
@ -347,7 +347,7 @@ tools (analyzer, mono/stereo tools, crossovers).")
version "/Csound" version ".tar.gz"))
(sha256
(base32
"1030w38lxdwjz1irr32m9cl0paqmgr02lab2m7f7j1yihwxj1w0g"))))
"0a1sni6lr7qpwywpggbkp0ia3h9bwwgf9i87gsag8ra2h30v82hd"))))
(build-system cmake-build-system)
(inputs
`(("alsa-lib" ,alsa-lib)