gnu: zynaddsubfx: Update to 3.0.2.

* gnu/packages/music.scm (zynaddsubfx): Update to 3.0.2.
master
Ricardo Wurmus 2017-08-25 04:51:07 +02:00
parent 44aca1a3e5
commit 5cff549c60
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1699,7 +1699,7 @@ backends, including ALSA, OSS, Network and FluidSynth.")
(define-public zynaddsubfx
(package
(name "zynaddsubfx")
(version "3.0.1")
(version "3.0.2")
(source (origin
(method url-fetch)
(uri (string-append
@ -1707,7 +1707,7 @@ backends, including ALSA, OSS, Network and FluidSynth.")
version "/zynaddsubfx-" version ".tar.bz2"))
(sha256
(base32
"1qijvlbv41lnqaqbp6gh1i42xzf1syviyxz8wr39xbz55cw7y0d8"))))
"09mr23lqc51r7gskry5b7hk84pghdpgn1s4vnrzvx7xpa21gvplm"))))
(build-system cmake-build-system)
(arguments
`(#:phases