Archived
1
0
Fork 0

gnu: vmpk: Update to 0.8.2.

* gnu/packages/music.scm (vmpk): Update to 0.8.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-04 15:11:46 +02:00
parent 494d5f79e7
commit f047efce43
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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