guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: drumkv1: Update to 0.9.14.


From: guix-commits
Subject: 02/05: gnu: drumkv1: Update to 0.9.14.
Date: Sat, 16 May 2020 18:27:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1c822d526a178bf464cce328266a64cfb152e14c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun May 17 00:26:45 2020 +0200

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



reply via email to

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