guix-commits
[Top][All Lists]
Advanced

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

09/16: gnu: drumkv1: Update to 0.9.31.


From: guix-commits
Subject: 09/16: gnu: drumkv1: Update to 0.9.31.
Date: Wed, 19 Jul 2023 16:06:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d7131751781ca5610faa20c47ca9c16e4fb3154b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:02 2023 +0200

    gnu: drumkv1: Update to 0.9.31.
    
    * gnu/packages/music.scm (drumkv1): Update to 0.9.31.
---
 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 41013fa7f0..ac9ba6276d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2403,7 +2403,7 @@ oscillators and stereo effects.")
 (define-public drumkv1
   (package
     (name "drumkv1")
-    (version "0.9.27")
+    (version "0.9.31")
     (source (origin
               (method url-fetch)
               (uri
@@ -2411,7 +2411,7 @@ oscillators and stereo effects.")
                               "/drumkv1-" version ".tar.gz"))
               (sha256
                (base32
-                "0j96z5bqh1mnldsda6dyp0jqp01mf7p55yr956rzkzg6jivj8fs3"))))
+                "0cw0lqxd4igkb25vlivbi0hamn33d26nl96mzm59cda158r0jayl"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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