me
/
guix
Archived
1
0
Fork 0

gnu: drumkv1: Update to 0.9.21.

* gnu/packages/music.scm (drumkv1): Update to 0.9.21.
master
Tobias Geerinckx-Rice 2021-03-21 14:12:15 +01:00
parent 37b2e9c3b6
commit 945d9cea18
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1997,7 +1997,7 @@ oscillators and stereo effects.")
(define-public drumkv1 (define-public drumkv1
(package (package
(name "drumkv1") (name "drumkv1")
(version "0.9.20") (version "0.9.21")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -2005,7 +2005,7 @@ oscillators and stereo effects.")
"/drumkv1-" version ".tar.gz")) "/drumkv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0y6njh1n0yai4g9dhg24hwc9khba44l4n5xizqcs6i4q7lyr9z48")))) "1ym7kns7hfgxdwm2nzvpdm5vjxpkwb9dssjiic6rrpicv1p2v59m"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests