Skip to content
Snippets Groups Projects
Commit fb492b9a authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: vmpk: Update to 0.6.2a.

* gnu/packages/music.scm (vmpk): Update to 0.6.2a.
parent cfac1272
No related branches found
No related tags found
No related merge requests found
......@@ -864,14 +864,15 @@ (define-public drumstick
(define-public vmpk
(package
(name "vmpk")
(version "0.6.1")
(version "0.6.2a")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/vmpk/vmpk/"
version "/vmpk-" version ".tar.bz2"))
(string-drop-right version 1)
"/vmpk-" version ".tar.bz2"))
(sha256
(base32
"0ranldd033bd31m9d2vkbkn9zp1k46xbaysllai2i95rf1nhirqc"))))
"0259iikvxnfdiifrh02g8xgcxikrkca4nhd3an8xzx0bd6bk8ifi"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; no test target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment