mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
b2a94c6a77
commit
3727bfbd11
1 changed files with 2 additions and 2 deletions
|
@ -2517,7 +2517,7 @@ (define-public mixxx
|
|||
(define-public synthv1
|
||||
(package
|
||||
(name "synthv1")
|
||||
(version "1.1.0")
|
||||
(version "1.1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -2525,7 +2525,7 @@ (define-public synthv1
|
|||
"/synthv1-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0szl3p9wgy7cdjb757yrkskr4sqs1gvqq2zk1cm7hvadc8r0pbp3"))))
|
||||
"0wgjcy1lbzp9j95fym2mqsl9h0dp9jw1kqgxpcl3h61z2mk8ffdi"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; there are no tests
|
||||
|
|
Loading…
Reference in a new issue