guix-commits
[Top][All Lists]
Advanced

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

03/12: gnu: drumkv1: Update to 0.9.21.


From: guix-commits
Subject: 03/12: gnu: drumkv1: Update to 0.9.21.
Date: Sun, 21 Mar 2021 10:45:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 945d9cea185729875bc4031cb7c8434cb30d4a43
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 21 14:12:15 2021 +0100

    gnu: drumkv1: Update to 0.9.21.
    
    * gnu/packages/music.scm (drumkv1): Update to 0.9.21.
---
 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 2da400d..fb409af 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1997,7 +1997,7 @@ oscillators and stereo effects.")
 (define-public drumkv1
   (package
     (name "drumkv1")
-    (version "0.9.20")
+    (version "0.9.21")
     (source (origin
               (method url-fetch)
               (uri
@@ -2005,7 +2005,7 @@ oscillators and stereo effects.")
                               "/drumkv1-" version ".tar.gz"))
               (sha256
                (base32
-                "0y6njh1n0yai4g9dhg24hwc9khba44l4n5xizqcs6i4q7lyr9z48"))))
+                "1ym7kns7hfgxdwm2nzvpdm5vjxpkwb9dssjiic6rrpicv1p2v59m"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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