mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: vmpk: Update to 0.8.3.
* gnu/packages/music.scm (vmpk): Update to 0.8.3.
This commit is contained in:
parent
5c4e69f4f4
commit
9122c4959c
1 changed files with 2 additions and 2 deletions
|
@ -2785,14 +2785,14 @@ (define-public drumstick
|
||||||
(define-public vmpk
|
(define-public vmpk
|
||||||
(package
|
(package
|
||||||
(name "vmpk")
|
(name "vmpk")
|
||||||
(version "0.8.2")
|
(version "0.8.3")
|
||||||
(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
|
||||||
"1kv256j13adk4ib7r464gsl4vjhih820bq37ddhqfyfd07wh53a2"))))
|
"0wk3jvlfdpd76vks4gdrhrv9m8icqbkimg5g3d5ybck3k01qaab6"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test target
|
`(#:tests? #f ; no test target
|
||||||
|
|
Loading…
Reference in a new issue