gnu: samplv1: Update to 0.9.24.

* gnu/packages/music.scm (samplv1): 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 36008f30e7
commit 732fe221ff
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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