diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-09-30 10:37:40 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-09-30 14:53:21 +0200 |
commit | f7a99e27f9a25ee9b2727926c2084b8e78f40c8d (patch) | |
tree | 27da9647b4256fe4b69ac8ce779c8cd17767436b /gnu/packages | |
parent | 9cb928ad33e7d1b7896b84f121ed1102d64c461e (diff) | |
download | guix-f7a99e27f9a25ee9b2727926c2084b8e78f40c8d.tar.gz guix-f7a99e27f9a25ee9b2727926c2084b8e78f40c8d.zip |
gnu: drumkv1: Update to 0.8.4.
* gnu/packages/music.scm (drumkv1): Update to 0.8.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/music.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 4f5d574760..021fa70e3d 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1122,7 +1122,7 @@ oscillators and stereo effects.") (define-public drumkv1 (package (name "drumkv1") - (version "0.8.3") + (version "0.8.4") (source (origin (method url-fetch) (uri @@ -1130,7 +1130,7 @@ oscillators and stereo effects.") "/drumkv1-" version ".tar.gz")) (sha256 (base32 - "0rvdvc81j4b4n64i7jmk58khry28al8p73g71srdv1kw7j65f2zv")))) + "0qqpklzy4wgw9jy0v2810j06712q90bwc69fp7da82536ba058a9")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; There are no tests. |