diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-03 20:34:58 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-03 23:26:21 +0200 |
commit | 1f6202e0014653742bce9a04200572c3912811a9 (patch) | |
tree | 7945505b61266ce7bd074fd0dc11117a0ea32c72 /gnu/packages | |
parent | 8608db8edd203b1bdaebebaa3216fc5e01854e49 (diff) | |
download | guix-1f6202e0014653742bce9a04200572c3912811a9.tar.gz guix-1f6202e0014653742bce9a04200572c3912811a9.zip |
gnu: drumkv1: Update to 0.9.23.
* gnu/packages/music.scm (drumkv1): Update to 0.9.23.
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 d478c8518d..6427b5d428 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -2251,7 +2251,7 @@ oscillators and stereo effects.") (define-public drumkv1 (package (name "drumkv1") - (version "0.9.22") + (version "0.9.23") (source (origin (method url-fetch) (uri @@ -2259,7 +2259,7 @@ oscillators and stereo effects.") "/drumkv1-" version ".tar.gz")) (sha256 (base32 - "0c13l814f5rhbmpmd4w0a07j1ki5wc092xcgy6p6zj5s03zvcrzy")))) + "1jgsml9wxzwnqyb6wjn9zk94qvxs6c898hyj10sza4d9l6r1rnw0")))) (build-system gnu-build-system) (arguments `(#:tests? #f)) ; there are no tests |