guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: padthv1: Update to 0.9.26.


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

nckx pushed a commit to branch master
in repository guix.

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

    gnu: padthv1: Update to 0.9.26.
    
    * gnu/packages/music.scm (padthv1): 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 8ef38bfcdd..1c34ae621c 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2379,7 +2379,7 @@ effects.")
 (define-public padthv1
   (package
     (name "padthv1")
-    (version "0.9.25")
+    (version "0.9.26")
     (source (origin
               (method url-fetch)
               (uri
@@ -2387,7 +2387,7 @@ effects.")
                               "/padthv1-" version ".tar.gz"))
               (sha256
                (base32
-                "11fa2794g7dqsiw674wr2m4k0xdw89imqwa8mgms0igskxxbvjka"))))
+                "02pg0g4i65j46hirkc3xn7m2clm8krrafrkwjc1v8rkcdj6q2gw1"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests
@@ -2398,7 +2398,8 @@ effects.")
            new-session-manager
            liblo
            fftwf
-           qtbase-5))
+           qtbase-5
+           qtsvg))
     (native-inputs
      (list pkg-config qttools))
     (home-page "https://padthv1.sourceforge.io";)



reply via email to

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