guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: synthv1: Update to 0.9.26.


From: guix-commits
Subject: 02/09: gnu: synthv1: 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 65f66245d4498949fbc8b9517885fa6471792eaa
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 5 02:00:11 2022 +0200

    gnu: synthv1: Update to 0.9.26.
    
    * gnu/packages/music.scm (synthv1): 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 afd7ff40cf..ccf6687750 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2281,7 +2281,7 @@ perform creative live mixes with digital music files.")
 (define-public synthv1
   (package
     (name "synthv1")
-    (version "0.9.25")
+    (version "0.9.26")
     (source (origin
               (method url-fetch)
               (uri
@@ -2289,7 +2289,7 @@ perform creative live mixes with digital music files.")
                               "/synthv1-" version ".tar.gz"))
               (sha256
                (base32
-                "1i16036f9wm52c5pxkllq7ir749jcknbh35i9wcxd5n88p6mzw02"))))
+                "1asikh341f3vblrl8l07yakza80ybs8sid3n2qpsrvigaz3iymcd"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests
@@ -2299,7 +2299,8 @@ perform creative live mixes with digital music files.")
            alsa-lib
            new-session-manager
            liblo
-           qtbase-5))
+           qtbase-5
+           qtsvg))
     (native-inputs
      (list pkg-config qttools))
     (home-page "https://synthv1.sourceforge.io";)



reply via email to

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