guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: drumkv1: Update to 0.9.13.


From: guix-commits
Subject: 01/04: gnu: drumkv1: Update to 0.9.13.
Date: Sun, 29 Mar 2020 12:55:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0a54c3879002daef5d91abce91f7dc71c5cb2c8d
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Mar 29 18:53:51 2020 +0200

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



reply via email to

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