[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: drumkv1: Update to 0.9.7.
From: |
guix-commits |
Subject: |
02/06: gnu: drumkv1: Update to 0.9.7. |
Date: |
Wed, 24 Apr 2019 09:05:21 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e4ea33cb2a7006720111ac12ff04e8de58e138ce
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Apr 24 14:47:03 2019 +0200
gnu: drumkv1: Update to 0.9.7.
* gnu/packages/music.scm (drumkv1): Update to 0.9.7.
---
gnu/packages/music.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index c0b0163..0970c68 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1396,7 +1396,7 @@ oscillators and stereo effects.")
(define-public drumkv1
(package
(name "drumkv1")
- (version "0.9.6")
+ (version "0.9.7")
(source (origin
(method url-fetch)
(uri
@@ -1404,7 +1404,7 @@ oscillators and stereo effects.")
"/drumkv1-" version ".tar.gz"))
(sha256
(base32
- "0d0kskr9pzdckw7sz4djjkkkgz1fa83zrq5my6qlxn68wqdj6800"))))
+ "1361dqdasrc98q9hcjdwsjx6agfimwnay430887fryi3pslkyd81"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; there are no tests
- branch master updated (21e67d0 -> 5f88d81), guix-commits, 2019/04/24
- 03/06: gnu: synthv1: Update to 0.9.7., guix-commits, 2019/04/24
- 06/06: gnu: zynaddsubfx: Update to 3.0.5., guix-commits, 2019/04/24
- 04/06: gnu: samplv1: Update to 0.9.7., guix-commits, 2019/04/24
- 05/06: gnu: padthv1: Update to 0.9.7., guix-commits, 2019/04/24
- 01/06: gnu: pdfpc: Update to 4.3.2., guix-commits, 2019/04/24
- 02/06: gnu: drumkv1: Update to 0.9.7.,
guix-commits <=