gnu: csound: Update to 6.13.0.

* gnu/packages/audio.scm (csound): Update to 6.13.0.
This commit is contained in:
Tobias Geerinckx-Rice 2019-08-21 20:48:03 +02:00
parent c17f54e738
commit d6ce8eca07
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -714,7 +714,7 @@ emulation (valve, tape), bit fiddling (decimator, pointer-cast), etc.")
(define-public csound
(package
(name "csound")
(version "6.12.2")
(version "6.13.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -723,7 +723,7 @@ emulation (valve, tape), bit fiddling (decimator, pointer-cast), etc.")
(file-name (git-file-name name version))
(sha256
(base32
"01krxcf0alw9k7p5sv0s707600an4sl7lhw3bymbwgqrj0v2p9z2"))))
"14822ybqyp31z18gky2y9zadr9dkbhabg97y139py73w7v3af1bh"))))
(build-system cmake-build-system)
(inputs
`(("alsa-lib" ,alsa-lib)