gnu: zynaddsubfx: Update to 3.0.1.

* gnu/packages/music.scm (zynaddsubfx): Update to 3.0.1.
This commit is contained in:
Ricardo Wurmus 2016-12-07 10:07:31 +01:00
parent 4ff71cac67
commit 4908ae4847
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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