guix-commits
[Top][All Lists]
Advanced

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

24/26: gnu: drumkv1: Update to 0.9.23.


From: guix-commits
Subject: 24/26: gnu: drumkv1: Update to 0.9.23.
Date: Fri, 3 Sep 2021 17:27:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1f6202e0014653742bce9a04200572c3912811a9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 3 20:34:58 2021 +0200

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



reply via email to

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