mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: vmpk: Update to 0.8.0.
* gnu/packages/music.scm (vmpk): Update to 0.8.0.
This commit is contained in:
parent
79eee4f1b1
commit
e3eea177c8
1 changed files with 2 additions and 2 deletions
|
@ -2561,14 +2561,14 @@ (define-public drumstick
|
|||
(define-public vmpk
|
||||
(package
|
||||
(name "vmpk")
|
||||
(version "0.7.2")
|
||||
(version "0.8.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/vmpk/vmpk/"
|
||||
version "/vmpk-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1i3hnvdgz46n4k5v0q4jhgh7nkh0s390ix4nqr69z0q3026yp0p6"))))
|
||||
"0wn45c4sbvan7schq93zmsgg5fcf144mbbawxn5kq699vrbc3473"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no test target
|
||||
|
|
Loading…
Reference in a new issue