guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: drumkv1: Update to 0.9.11.


From: guix-commits
Subject: 06/07: gnu: drumkv1: Update to 0.9.11.
Date: Fri, 1 Nov 2019 19:36:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 224e14f069f7de16b8cb3af8109f459507474975
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 2 00:32:01 2019 +0100

    gnu: drumkv1: Update to 0.9.11.
    
    * gnu/packages/music.scm (drumkv1): Update to 0.9.11.
---
 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 61e3408..5a11317 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1403,7 +1403,7 @@ oscillators and stereo effects.")
 (define-public drumkv1
   (package
     (name "drumkv1")
-    (version "0.9.8")
+    (version "0.9.11")
     (source (origin
               (method url-fetch)
               (uri
@@ -1411,7 +1411,7 @@ oscillators and stereo effects.")
                               "/drumkv1-" version ".tar.gz"))
               (sha256
                (base32
-                "010p8nwnmqgj5mw324psig3hxi1g2gylxrigd6sj6sgcpy3kdm23"))))
+                "1wnjn175l0mz51k9pjf3pdzv54c4jlh63saavld9lm6zfgfs13d7"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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