guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/20: gnu: synthv1: Update to 0.9.24.


From: guix-commits
Subject: 07/20: gnu: synthv1: Update to 0.9.24.
Date: Mon, 17 Jan 2022 03:16:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 916982db090f8af3985d0c0f13f2e142a843fb39
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 16 01:00:01 2022 +0100

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]