me
/
guix
Archived
1
0
Fork 0

gnu: synthv1: Update to 0.9.21.

* gnu/packages/music.scm (synthv1): Update to 0.9.21.
master
Tobias Geerinckx-Rice 2021-03-21 14:12:09 +01:00
parent d31db5cff3
commit 37b2e9c3b6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1965,7 +1965,7 @@ users to select LV2 plugins and run them with jalv.")
(define-public synthv1 (define-public synthv1
(package (package
(name "synthv1") (name "synthv1")
(version "0.9.20") (version "0.9.21")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -1973,7 +1973,7 @@ users to select LV2 plugins and run them with jalv.")
"/synthv1-" version ".tar.gz")) "/synthv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1g2i79gkl1j7i49djz6igkbvdmfwxhcg6kx97n63bcqcvvy03rqz")))) "0wg4ywkqf307vln0y923p083xacb5ahr2ghzvb9gmqyszd7k2v15"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests