gnu: synthv1: Update to 0.9.24.

* gnu/packages/music.scm (synthv1): 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 60fd190ecc
commit 916982db09
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2290,7 +2290,7 @@ (define-public mixxx
(define-public synthv1
(package
(name "synthv1")
(version "0.9.23")
(version "0.9.24")
(source (origin
(method url-fetch)
(uri
@ -2298,8 +2298,8 @@ (define-public synthv1
"/synthv1-" version ".tar.gz"))
(sha256
(base32
"03lvq84pg0agdn16i7ng6j7lp1ii3inf4pzjypnkywb2km7zcpni"))))
(build-system gnu-build-system)
"0m9xpl7kq0zlain8598q5cqrh1c7ima2w8jrpq7ds8vh97r7p1bl"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; there are no tests
(inputs