gnu: zynaddsubfx: Update to 3.0.5.

* gnu/packages/music.scm (zynaddsubfx): Update to 3.0.5.
master
Tobias Geerinckx-Rice 2019-04-24 15:02:05 +02:00
parent cda12aa949
commit 5f88d81fa4
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2057,7 +2057,7 @@ backends, including ALSA, OSS, Network and FluidSynth.")
(define-public zynaddsubfx
(package
(name "zynaddsubfx")
(version "3.0.4")
(version "3.0.5")
(source (origin
(method url-fetch)
(uri (string-append
@ -2065,7 +2065,7 @@ backends, including ALSA, OSS, Network and FluidSynth.")
version "/zynaddsubfx-" version ".tar.bz2"))
(sha256
(base32
"18m4ax0x06y1hx4g2g3gf02v0bldkrrb5m7fsr5jlfp1kvjd2j1x"))))
"0qwzg14h043rmyf9jqdylxhyfy4sl0vsr0gjql51wjhid0i34ivl"))))
(build-system cmake-build-system)
(arguments
`(#:phases