mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: drumkv1: Update to 0.9.24.
* gnu/packages/music.scm (drumkv1): Update to 0.9.24. [build-system]: Replace GNU Autotools with CMake.
This commit is contained in:
parent
916982db09
commit
36008f30e7
1 changed files with 3 additions and 3 deletions
|
@ -2321,7 +2321,7 @@ (define-public synthv1
|
|||
(define-public drumkv1
|
||||
(package
|
||||
(name "drumkv1")
|
||||
(version "0.9.23")
|
||||
(version "0.9.24")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -2329,8 +2329,8 @@ (define-public drumkv1
|
|||
"/drumkv1-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jgsml9wxzwnqyb6wjn9zk94qvxs6c898hyj10sza4d9l6r1rnw0"))))
|
||||
(build-system gnu-build-system)
|
||||
"04k0mkvlz9ka0mlck4g7c86s1rhb9pkhml6j6n9b5hwlbq8a9mxk"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; there are no tests
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue