gnu: vmpk: Update to 0.8.2.
* gnu/packages/music.scm (vmpk): Update to 0.8.2.
This commit is contained in:
parent
494d5f79e7
commit
f047efce43
1 changed files with 2 additions and 2 deletions
|
|
@ -2686,14 +2686,14 @@ backends, including ALSA, OSS, Network and FluidSynth.")
|
||||||
(define-public vmpk
|
(define-public vmpk
|
||||||
(package
|
(package
|
||||||
(name "vmpk")
|
(name "vmpk")
|
||||||
(version "0.8.0")
|
(version "0.8.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/vmpk/vmpk/"
|
(uri (string-append "mirror://sourceforge/vmpk/vmpk/"
|
||||||
version "/vmpk-" version ".tar.bz2"))
|
version "/vmpk-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wn45c4sbvan7schq93zmsgg5fcf144mbbawxn5kq699vrbc3473"))))
|
"1kv256j13adk4ib7r464gsl4vjhih820bq37ddhqfyfd07wh53a2"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test target
|
`(#:tests? #f ; no test target
|
||||||
|
|
|
||||||
Reference in a new issue