diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-17 06:15:09 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-17 06:15:09 +0200 |
commit | 9a8aac168907ec97602d19e2e75bbb3f63898a68 (patch) | |
tree | c65f1caa926e0423667c0d4aae5156895148aefe /gnu/packages | |
parent | 315d7dda35b62b9b6c93cc9e655fb35125fcf45c (diff) | |
download | patches-9a8aac168907ec97602d19e2e75bbb3f63898a68.tar patches-9a8aac168907ec97602d19e2e75bbb3f63898a68.tar.gz |
gnu: csound: Update to 6.12.2.
* gnu/packages/audio.scm (csound): Update to 6.12.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/audio.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 5429c83d67..9b17098de4 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -713,7 +713,7 @@ emulation (valve, tape), bit fiddling (decimator, pointer-cast), etc.") (define-public csound (package (name "csound") - (version "6.12.0") + (version "6.12.2") (source (origin (method git-fetch) (uri (git-reference @@ -722,7 +722,7 @@ emulation (valve, tape), bit fiddling (decimator, pointer-cast), etc.") (file-name (git-file-name name version)) (sha256 (base32 - "0pv4s54cayvavdp6y30n3r1l5x83x9whyyd2v24y0dh224v3hbxi")))) + "01krxcf0alw9k7p5sv0s707600an4sl7lhw3bymbwgqrj0v2p9z2")))) (build-system cmake-build-system) (inputs `(("alsa-lib" ,alsa-lib) |