gnu: padthv1: Update to 0.9.27.

* gnu/packages/music.scm (padthv1): Update to 0.9.27.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-16 02:00:01 +02:00
parent 884e7b2e47
commit 8c4ef41622
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -2382,7 +2382,7 @@ effects.")
(define-public padthv1 (define-public padthv1
(package (package
(name "padthv1") (name "padthv1")
(version "0.9.26") (version "0.9.27")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -2390,7 +2390,7 @@ effects.")
"/padthv1-" version ".tar.gz")) "/padthv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"02pg0g4i65j46hirkc3xn7m2clm8krrafrkwjc1v8rkcdj6q2gw1")))) "0ydm09g0ibvp1nf4fzzj6bkwlxx46pjxqgg8h76hwi6l8k0rz5m4"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests