gnu: csound: Update to 6.05.
* gnu/packages/audio.scm (csound): Update to 6.05.
This commit is contained in:
parent
20c6b9dae3
commit
efd377221d
1 changed files with 2 additions and 2 deletions
|
@ -339,7 +339,7 @@ (define-public calf
|
|||
(define-public csound
|
||||
(package
|
||||
(name "csound")
|
||||
(version "6.04")
|
||||
(version "6.05")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -347,7 +347,7 @@ (define-public csound
|
|||
version "/Csound" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1030w38lxdwjz1irr32m9cl0paqmgr02lab2m7f7j1yihwxj1w0g"))))
|
||||
"0a1sni6lr7qpwywpggbkp0ia3h9bwwgf9i87gsag8ra2h30v82hd"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
|
|
Loading…
Reference in a new issue