guix-commits
[Top][All Lists]
Advanced

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

19/36: gnu: drumkv1: Update to 0.9.19.


From: guix-commits
Subject: 19/36: gnu: drumkv1: Update to 0.9.19.
Date: Sat, 2 Jan 2021 12:56:54 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 433344c5f87fcc163de46aa87fed74f11567e2c0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jan 1 21:52:56 2021 +0100

    gnu: drumkv1: Update to 0.9.19.
    
    * gnu/packages/music.scm (drumkv1): Update to 0.9.19.
---
 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 ea23978..eb23a06 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1871,7 +1871,7 @@ oscillators and stereo effects.")
 (define-public drumkv1
   (package
     (name "drumkv1")
-    (version "0.9.18")
+    (version "0.9.19")
     (source (origin
               (method url-fetch)
               (uri
@@ -1879,7 +1879,7 @@ oscillators and stereo effects.")
                               "/drumkv1-" version ".tar.gz"))
               (sha256
                (base32
-                "1bzkaz7sqx1pvirja8zm7i2ckzl5ad6xspr4840389ik3l8qpnr5"))))
+                "0w9frc634yg2m0yc84szdf6x7l4f19pcviqpg065a1kdixf98qrf"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests



reply via email to

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