gnu: padthv1: Update to 0.9.26.

* gnu/packages/music.scm (padthv1): Update to 0.9.26.
[inputs]: Add qtsvg.
This commit is contained in:
Tobias Geerinckx-Rice 2022-06-05 02:00:05 +02:00
parent a73f88499e
commit 424a14a386
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2379,7 +2379,7 @@ (define-public samplv1
(define-public padthv1
(package
(name "padthv1")
(version "0.9.25")
(version "0.9.26")
(source (origin
(method url-fetch)
(uri
@ -2387,7 +2387,7 @@ (define-public padthv1
"/padthv1-" version ".tar.gz"))
(sha256
(base32
"11fa2794g7dqsiw674wr2m4k0xdw89imqwa8mgms0igskxxbvjka"))))
"02pg0g4i65j46hirkc3xn7m2clm8krrafrkwjc1v8rkcdj6q2gw1"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; there are no tests
@ -2398,7 +2398,8 @@ (define-public padthv1
new-session-manager
liblo
fftwf
qtbase-5))
qtbase-5
qtsvg))
(native-inputs
(list pkg-config qttools))
(home-page "https://padthv1.sourceforge.io")