gnu: qtractor: Update to 0.9.14.

* gnu/packages/music.scm (qtractor): Update to 0.9.14.
[source]: Fetch over HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-22 01:52:49 +02:00
parent 99f80e5ccd
commit d2bc9f0e7d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2499,14 +2499,14 @@ (define-public aj-snapshot
(define-public qtractor (define-public qtractor
(package (package
(name "qtractor") (name "qtractor")
(version "0.9.12") (version "0.9.14")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://downloads.sourceforge.net/qtractor/" (uri (string-append "https://downloads.sourceforge.net/qtractor/"
"qtractor-" version ".tar.gz")) "qtractor-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"06493sf4hr178jkvric3rmc2phh1ph2jlyh8kl9z248amq3zfnhy")))) "1gh268gdpj7nw19xfh7k2l3aban4yrs1lmx33qswrnngs2izj1fk"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f)) ; no "check" target `(#:tests? #f)) ; no "check" target