gnu: drumkv1: Update to 1.1.0.

* gnu/packages/music.scm (drumkv1): Update to 1.1.0.

Change-Id: I33c914695b5ae84d503f7e1fa6458bf4cb215422
This commit is contained in:
Tobias Geerinckx-Rice 2024-09-08 02:00:00 +02:00
parent ae58db59f8
commit 970095c174
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -2563,7 +2563,7 @@ oscillators and stereo effects.")
(define-public drumkv1 (define-public drumkv1
(package (package
(name "drumkv1") (name "drumkv1")
(version "0.9.32") (version "1.1.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -2571,7 +2571,7 @@ oscillators and stereo effects.")
"/drumkv1-" version ".tar.gz")) "/drumkv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"15csm09wjgzdkvy2wqq1jzq7b1m8zzchl5s8fb4ir5rg395jkxai")))) "0z1j4218x69nzri0nbcp3sadlwk0ixs5m9fdi4w7zpwy528bgxiz"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests