gnu: csound: Update to 6.16.2.
* gnu/packages/audio.scm (csound): Update to 6.16.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
77bcdb7439
commit
ae22181374
1 changed files with 2 additions and 2 deletions
|
@ -1400,7 +1400,7 @@ (define-public tao-synth
|
|||
(define-public csound
|
||||
(package
|
||||
(name "csound")
|
||||
(version "6.14.0")
|
||||
(version "6.16.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1409,7 +1409,7 @@ (define-public csound
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1sr9knfhbm2m0wpkjq2l5n471vnl51wy4p6j4m95zqybimzb4s2j"))))
|
||||
(base32 "1lgasyk8j4cl9178vci1dph63nks3cgwhf8y1d04z9dc8gg15dyn"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list bison flex gettext-minimal zlib))
|
||||
|
|
Loading…
Reference in a new issue