guix-commits
[Top][All Lists]
Advanced

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

15/28: gnu: drumkv1: Update to 0.9.12.


From: guix-commits
Subject: 15/28: gnu: drumkv1: Update to 0.9.12.
Date: Fri, 3 Jan 2020 07:54:45 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2e90d8225f6fbebfffa5a028a1a72809364f727f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jan 3 01:32:33 2020 +0100

    gnu: drumkv1: Update to 0.9.12.
    
    * gnu/packages/music.scm (drumkv1): Update to 0.9.12.
---
 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 f0cf33e..8152e16 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1446,7 +1446,7 @@ oscillators and stereo effects.")
 (define-public drumkv1
   (package
     (name "drumkv1")
-    (version "0.9.11")
+    (version "0.9.12")
     (source (origin
               (method url-fetch)
               (uri
@@ -1454,7 +1454,7 @@ oscillators and stereo effects.")
                               "/drumkv1-" version ".tar.gz"))
               (sha256
                (base32
-                "1wnjn175l0mz51k9pjf3pdzv54c4jlh63saavld9lm6zfgfs13d7"))))
+                "0hmnmk9vvi43wl6say0dg7j088h7mmwmfdwjhsq89c7i7cpg78da"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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