guix-commits
[Top][All Lists]
Advanced

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

09/20: gnu: samplv1: Update to 0.9.24.


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

nckx pushed a commit to branch master
in repository guix.

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

    gnu: samplv1: Update to 0.9.24.
    
    * gnu/packages/music.scm (samplv1): 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 8b442e1d1d..0dff66cfa7 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2353,7 +2353,7 @@ effects.")
 (define-public samplv1
   (package
     (name "samplv1")
-    (version "0.9.23")
+    (version "0.9.24")
     (source (origin
               (method url-fetch)
               (uri
@@ -2361,8 +2361,8 @@ effects.")
                               "/samplv1-" version ".tar.gz"))
               (sha256
                (base32
-                "1bgyz530mpmlabvy592zickrzk4x4rm2i0ixf3z6plgn265km43q"))))
-    (build-system gnu-build-system)
+                "1c3ksd02dfqvzc3zk4x282b6gxr1l4ya9c4l04dcn55mrymgn2zz"))))
+    (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]