gnu: padthv1: Update to 0.9.24.

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

View file

@ -2385,7 +2385,7 @@ (define-public samplv1
(define-public padthv1 (define-public padthv1
(package (package
(name "padthv1") (name "padthv1")
(version "0.9.23") (version "0.9.24")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -2393,8 +2393,8 @@ (define-public padthv1
"/padthv1-" version ".tar.gz")) "/padthv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0222n74kykirkhq4va09hr37rybxs0nxjbmamp38jf94bfz5y8gp")))) "0p3qp2lzhmj8i17bcqzsi0782nz7s90hx3s8vax6bxl4mqxsvnxb"))))
(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