gnu: qtractor: Update to 0.9.25.

* gnu/packages/music.scm (qtractor): Update to 0.9.25.
[build-system]: Replace GNU Autotools with CMake.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-16 01:00:01 +01:00
parent bba3e67e44
commit 5d2ba70a78
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3335,15 +3335,15 @@ (define-public aj-snapshot
(define-public qtractor
(package
(name "qtractor")
(version "0.9.24")
(version "0.9.25")
(source (origin
(method url-fetch)
(uri (string-append "https://downloads.sourceforge.net/qtractor/"
"qtractor-" version ".tar.gz"))
(sha256
(base32
"0bkr3ahpz54ssrvgkg3dw1jxp3hh7ayxr51jy3csm327is9gnd31"))))
(build-system gnu-build-system)
"0x99yjabznr2pl867j3h9zdsjzkxzxm2c0xk1xwk50gfp8gwg9bh"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; no "check" target
(inputs