guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: drumkv1: Update to 0.9.25.


From: guix-commits
Subject: 02/07: gnu: drumkv1: Update to 0.9.25.
Date: Mon, 23 May 2022 17:01:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 466a030ed8187389bb0cf207d155fb44e43608a2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 15 02:00:01 2022 +0200

    gnu: drumkv1: Update to 0.9.25.
    
    * gnu/packages/music.scm (drumkv1): Update to 0.9.25.
---
 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 ebefc9afad..7db897bda2 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2308,7 +2308,7 @@ oscillators and stereo effects.")
 (define-public drumkv1
   (package
     (name "drumkv1")
-    (version "0.9.24")
+    (version "0.9.25")
     (source (origin
               (method url-fetch)
               (uri
@@ -2316,7 +2316,7 @@ oscillators and stereo effects.")
                               "/drumkv1-" version ".tar.gz"))
               (sha256
                (base32
-                "04k0mkvlz9ka0mlck4g7c86s1rhb9pkhml6j6n9b5hwlbq8a9mxk"))))
+                "0p50b4k4zldagiwxs0micmdbqib46ysipdj8lkxqdv0pysmd72fc"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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