gnu: padthv1: Update to 0.9.32.

* gnu/packages/music.scm (padthv1): Update to 0.9.32.
This commit is contained in:
Tobias Geerinckx-Rice 2023-09-10 02:00:00 +02:00
parent 575abe5f3f
commit c2dff1f05e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2469,7 +2469,7 @@ (define-public samplv1
(define-public padthv1 (define-public padthv1
(package (package
(name "padthv1") (name "padthv1")
(version "0.9.31") (version "0.9.32")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -2477,7 +2477,7 @@ (define-public padthv1
"/padthv1-" version ".tar.gz")) "/padthv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1iqmjdxihil039c8g9kywd5dx3rd47ph2fs6f6kcyfwj9jz4aprh")))) "0qpdyczgqblf3sxjkvxn2g8qyx1hm0pmiqhncncrijbaalazsp7m"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests