diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-04-02 12:14:52 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-04-02 17:25:04 +0200 |
commit | 17ca1a39a613909deb8dbd6239164ae7f18482b4 (patch) | |
tree | a30479a61bfe5d9b9498f8ffac2903cbd72716a0 /gnu | |
parent | 720de58bf7689310c248edf91a699e89a9f48c44 (diff) | |
download | guix-17ca1a39a613909deb8dbd6239164ae7f18482b4.tar guix-17ca1a39a613909deb8dbd6239164ae7f18482b4.tar.gz |
gnu: drumkv1: Update to 0.8.1.
* gnu/packages/music.scm (drumkv1): Update to 0.8.1.
Diffstat (limited to 'gnu')
-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 991c404b0f..a9112294b4 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1012,7 +1012,7 @@ oscillators and stereo effects.") (define-public drumkv1 (package (name "drumkv1") - (version "0.8.0") + (version "0.8.1") (source (origin (method url-fetch) (uri @@ -1020,7 +1020,7 @@ oscillators and stereo effects.") "/drumkv1-" version ".tar.gz")) (sha256 (base32 - "1n2kd468kn71yp2asmamprvblmdlvh0zd8lsh3598dwi4b7aa3ga")))) + "0l6kjb1q9vslwy56836a0c65mf8z8ycam5vzz3k4qvd8g74bs1zq")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; There are no tests. |