gnu: samplv1: Update to 0.9.24.
* gnu/packages/music.scm (samplv1): Update to 0.9.24. [build-system]: Replace GNU Autotools with CMake.master
parent
36008f30e7
commit
732fe221ff
|
@ -2353,7 +2353,7 @@ effects.")
|
||||||
(define-public samplv1
|
(define-public samplv1
|
||||||
(package
|
(package
|
||||||
(name "samplv1")
|
(name "samplv1")
|
||||||
(version "0.9.23")
|
(version "0.9.24")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -2361,8 +2361,8 @@ effects.")
|
||||||
"/samplv1-" version ".tar.gz"))
|
"/samplv1-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bgyz530mpmlabvy592zickrzk4x4rm2i0ixf3z6plgn265km43q"))))
|
"1c3ksd02dfqvzc3zk4x282b6gxr1l4ya9c4l04dcn55mrymgn2zz"))))
|
||||||
(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
|
||||||
|
|
Reference in New Issue