Archived
1
0
Fork 0

gnu: qtractor: Update to 0.9.21.

* gnu/packages/music.scm (qtractor): Update to 0.9.21.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-21 14:12:32 +01:00
parent e83faf04fa
commit 2ac2a57f37
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3039,14 +3039,14 @@ from the command line.")
(define-public qtractor (define-public qtractor
(package (package
(name "qtractor") (name "qtractor")
(version "0.9.19") (version "0.9.21")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://downloads.sourceforge.net/qtractor/" (uri (string-append "https://downloads.sourceforge.net/qtractor/"
"qtractor-" version ".tar.gz")) "qtractor-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0gdr1hvda56vmv4998z9xcqsp7da6lplj00f217x9g2i2snyvkzp")))) "12hn17hqs3jndv6238wj8yhw07n99s0zachab4kfvhwa0qfflsbl"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f)) ; no "check" target `(#:tests? #f)) ; no "check" target