Archived
1
0
Fork 0

gnu: synthv1: Update to 0.9.18.

* gnu/packages/music.scm (synthv1): Update to 0.9.18.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-01 14:33:43 +01:00
parent 088526f3bb
commit adc036fe0a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1661,7 +1661,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.17") (version "0.9.18")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -1669,7 +1669,7 @@ users to select LV2 plugins and run them with jalv.")
"/synthv1-" version ".tar.gz")) "/synthv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0jc2drk5dzsaa6vxmk1hyi0zp02zm3mzar3arssfy5vcyc5ig6sk")))) "1sggiaswcdpyxnnbg583ldg0m92fiys6nc5qdiqli7450w416a6c"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests