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:
Tobias Geerinckx-Rice 2022-01-16 01:00:01 +01:00
parent 916982db09
commit 36008f30e7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2321,7 +2321,7 @@ (define-public synthv1
(define-public drumkv1 (define-public drumkv1
(package (package
(name "drumkv1") (name "drumkv1")
(version "0.9.23") (version "0.9.24")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -2329,8 +2329,8 @@ (define-public drumkv1
"/drumkv1-" version ".tar.gz")) "/drumkv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1jgsml9wxzwnqyb6wjn9zk94qvxs6c898hyj10sza4d9l6r1rnw0")))) "04k0mkvlz9ka0mlck4g7c86s1rhb9pkhml6j6n9b5hwlbq8a9mxk"))))
(build-system gnu-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests
(inputs (inputs