guix-commits
[Top][All Lists]
Advanced

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

08/20: gnu: drumkv1: Update to 0.9.24.


From: guix-commits
Subject: 08/20: gnu: drumkv1: 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 36008f30e703d121b2beaa56ed48c3b13155856e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 16 01:00:01 2022 +0100

    gnu: drumkv1: Update to 0.9.24.
    
    * gnu/packages/music.scm (drumkv1): 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 72c9a4003b..8b442e1d1d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2321,7 +2321,7 @@ oscillators and stereo effects.")
 (define-public drumkv1
   (package
     (name "drumkv1")
-    (version "0.9.23")
+    (version "0.9.24")
     (source (origin
               (method url-fetch)
               (uri
@@ -2329,8 +2329,8 @@ oscillators and stereo effects.")
                               "/drumkv1-" version ".tar.gz"))
               (sha256
                (base32
-                "1jgsml9wxzwnqyb6wjn9zk94qvxs6c898hyj10sza4d9l6r1rnw0"))))
-    (build-system gnu-build-system)
+                "04k0mkvlz9ka0mlck4g7c86s1rhb9pkhml6j6n9b5hwlbq8a9mxk"))))
+    (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]