guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: drumkv1: Update to 0.9.26.


From: guix-commits
Subject: 03/09: gnu: drumkv1: Update to 0.9.26.
Date: Wed, 8 Jun 2022 13:28:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b40d7fd001f87949f16c68e9b16c7f18ffd8fb42
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 5 02:00:04 2022 +0200

    gnu: drumkv1: Update to 0.9.26.
    
    * gnu/packages/music.scm (drumkv1): Update to 0.9.26.
    [inputs]: Add qtsvg.
---
 gnu/packages/music.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index ccf6687750..454923b43a 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2313,7 +2313,7 @@ oscillators and stereo effects.")
 (define-public drumkv1
   (package
     (name "drumkv1")
-    (version "0.9.25")
+    (version "0.9.26")
     (source (origin
               (method url-fetch)
               (uri
@@ -2321,7 +2321,7 @@ oscillators and stereo effects.")
                               "/drumkv1-" version ".tar.gz"))
               (sha256
                (base32
-                "0p50b4k4zldagiwxs0micmdbqib46ysipdj8lkxqdv0pysmd72fc"))))
+                "0j05xqgcb7kwnnsgl6i7vbdsfq26chzs4zyq6pl0ipcmw4d82j8i"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests
@@ -2332,7 +2332,8 @@ oscillators and stereo effects.")
            alsa-lib
            new-session-manager
            liblo
-           qtbase-5))
+           qtbase-5
+           qtsvg))
     (native-inputs
      (list pkg-config qttools))
     (home-page "https://drumkv1.sourceforge.io";)



reply via email to

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