guix-commits
[Top][All Lists]
Advanced

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

05/18: gnu: drumkv1: Update to 0.9.22.


From: guix-commits
Subject: 05/18: gnu: drumkv1: Update to 0.9.22.
Date: Tue, 18 May 2021 10:38:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 58fce021970f4f9da8e8b11dc8520910d0a3df63
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue May 18 00:25:18 2021 +0200

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



reply via email to

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