gnu: synthv1: Update to 0.9.24.
* gnu/packages/music.scm (synthv1): Update to 0.9.24. [build-system]: Replace GNU Autotools with CMake.
This commit is contained in:
parent
60fd190ecc
commit
916982db09
1 changed files with 3 additions and 3 deletions
|
@ -2290,7 +2290,7 @@ (define-public mixxx
|
||||||
(define-public synthv1
|
(define-public synthv1
|
||||||
(package
|
(package
|
||||||
(name "synthv1")
|
(name "synthv1")
|
||||||
(version "0.9.23")
|
(version "0.9.24")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -2298,8 +2298,8 @@ (define-public synthv1
|
||||||
"/synthv1-" version ".tar.gz"))
|
"/synthv1-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03lvq84pg0agdn16i7ng6j7lp1ii3inf4pzjypnkywb2km7zcpni"))))
|
"0m9xpl7kq0zlain8598q5cqrh1c7ima2w8jrpq7ds8vh97r7p1bl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; there are no tests
|
`(#:tests? #f)) ; there are no tests
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue