gnu: padthv1: Update to 0.9.23.

* gnu/packages/music.scm (padthv1): Update to 0.9.23.
This commit is contained in:
Tobias Geerinckx-Rice 2021-09-03 20:35:07 +02:00
parent 06d8a317c1
commit 522a3bf99c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2317,7 +2317,7 @@ (define-public samplv1
(define-public padthv1 (define-public padthv1
(package (package
(name "padthv1") (name "padthv1")
(version "0.9.22") (version "0.9.23")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -2325,7 +2325,7 @@ (define-public padthv1
"/padthv1-" version ".tar.gz")) "/padthv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1wky9v91qc3j866di8mcjz0pf3n8ah888lxg8dpvp6ryh1cm6i6x")))) "0222n74kykirkhq4va09hr37rybxs0nxjbmamp38jf94bfz5y8gp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests