gnu: drumkv1: Update to 0.9.19.

* gnu/packages/music.scm (drumkv1): Update to 0.9.19.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-01 21:52:56 +01:00
parent fe84facca0
commit 433344c5f8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1871,7 +1871,7 @@ (define-public synthv1
(define-public drumkv1 (define-public drumkv1
(package (package
(name "drumkv1") (name "drumkv1")
(version "0.9.18") (version "0.9.19")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -1879,7 +1879,7 @@ (define-public drumkv1
"/drumkv1-" version ".tar.gz")) "/drumkv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1bzkaz7sqx1pvirja8zm7i2ckzl5ad6xspr4840389ik3l8qpnr5")))) "0w9frc634yg2m0yc84szdf6x7l4f19pcviqpg065a1kdixf98qrf"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests