gnu: synthv1: Update to 1.1.3.

* gnu/packages/music.scm (synthv1): Update to 1.1.3.

Change-Id: I732d5f5196eef14f5ee4e9081de7b2ec757505ba
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Sughosha 2024-11-17 21:58:23 +05:30 committed by Zheng Junjie
parent b2a94c6a77
commit 3727bfbd11
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2517,7 +2517,7 @@ perform creative live mixes with digital music files.")
(define-public synthv1 (define-public synthv1
(package (package
(name "synthv1") (name "synthv1")
(version "1.1.0") (version "1.1.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -2525,7 +2525,7 @@ perform creative live mixes with digital music files.")
"/synthv1-" version ".tar.gz")) "/synthv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0szl3p9wgy7cdjb757yrkskr4sqs1gvqq2zk1cm7hvadc8r0pbp3")))) "0wgjcy1lbzp9j95fym2mqsl9h0dp9jw1kqgxpcl3h61z2mk8ffdi"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests