diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-16 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-16 01:00:01 +0100 |
commit | 36008f30e703d121b2beaa56ed48c3b13155856e (patch) | |
tree | 57f4854664714da77acfe44a79252fbe00043e0d /gnu | |
parent | 916982db090f8af3985d0c0f13f2e142a843fb39 (diff) | |
download | guix-36008f30e703d121b2beaa56ed48c3b13155856e.tar.gz guix-36008f30e703d121b2beaa56ed48c3b13155856e.zip |
gnu: drumkv1: Update to 0.9.24.
* gnu/packages/music.scm (drumkv1): Update to 0.9.24.
[build-system]: Replace GNU Autotools with CMake.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/music.scm | 6 |
1 files 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 |