guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/14: gnu: drumkv1: Update to 0.9.16.


From: guix-commits
Subject: 08/14: gnu: drumkv1: Update to 0.9.16.
Date: Mon, 10 Aug 2020 23:21:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit e338ba87dfd7eed8d5e0507ba9c835085f8f3685
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Aug 11 04:58:11 2020 +0200

    gnu: drumkv1: Update to 0.9.16.
    
    * gnu/packages/music.scm (drumkv1): Update to 0.9.16.
---
 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 47dfe68..26c4430 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1533,7 +1533,7 @@ oscillators and stereo effects.")
 (define-public drumkv1
   (package
     (name "drumkv1")
-    (version "0.9.15")
+    (version "0.9.16")
     (source (origin
               (method url-fetch)
               (uri
@@ -1541,7 +1541,7 @@ oscillators and stereo effects.")
                               "/drumkv1-" version ".tar.gz"))
               (sha256
                (base32
-                "108jk8p1sbm99plipf98ssij6dxaip1lmznibg8y2c4x0v2la6ab"))))
+                "1r55575w9r0ifysw9mgxjvv0fszvx8ykjgim3zczf3mb5s9ngavv"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]