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

View file

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