Archived
1
0
Fork 0

gnu: drumkv1: Update to 0.9.13.

* gnu/packages/music.scm (drumkv1): Update to 0.9.13.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-29 18:53:51 +02:00
parent acf900eec3
commit 0a54c38790
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1441,7 +1441,7 @@ oscillators and stereo effects.")
(define-public drumkv1 (define-public drumkv1
(package (package
(name "drumkv1") (name "drumkv1")
(version "0.9.12") (version "0.9.13")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -1449,7 +1449,7 @@ oscillators and stereo effects.")
"/drumkv1-" version ".tar.gz")) "/drumkv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0hmnmk9vvi43wl6say0dg7j088h7mmwmfdwjhsq89c7i7cpg78da")))) "1h88sakxs0b20k8v2sh14y05fin1zqmhnid6h9mk9c37ixxg58ia"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests