gnu: zynaddsubfx: Update to 3.0.1.
* gnu/packages/music.scm (zynaddsubfx): Update to 3.0.1.
This commit is contained in:
parent
4ff71cac67
commit
4908ae4847
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue