From 916982db090f8af3985d0c0f13f2e142a843fb39 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 16 Jan 2022 01:00:01 +0100 Subject: gnu: synthv1: Update to 0.9.24. * gnu/packages/music.scm (synthv1): Update to 0.9.24. [build-system]: Replace GNU Autotools with CMake. --- gnu/packages/music.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index e51fdf2e72..72c9a4003b 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -2290,7 +2290,7 @@ perform creative live mixes with digital music files.") (define-public synthv1 (package (name "synthv1") - (version "0.9.23") + (version "0.9.24") (source (origin (method url-fetch) (uri @@ -2298,8 +2298,8 @@ perform creative live mixes with digital music files.") "/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 -- cgit v1.2.3