Skip to content
Snippets Groups Projects
Unverified Commit bb6693b8 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: qtractor: Update to 0.8.5.

* gnu/packages/music.scm (qtractor): Update to 0.8.5.
parent ceffa180
No related branches found
No related tags found
No related merge requests found
...@@ -2004,14 +2004,14 @@ (define-public cursynth ...@@ -2004,14 +2004,14 @@ (define-public cursynth
(define-public qtractor (define-public qtractor
(package (package
(name "qtractor") (name "qtractor")
(version "0.8.4") (version "0.8.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://downloads.sourceforge.net/qtractor/" (uri (string-append "http://downloads.sourceforge.net/qtractor/"
"qtractor-" version ".tar.gz")) "qtractor-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"17bbjfn94843g5q1h7xh23fwyazpfgg4fw6drrn5wgk2vx7qpkis")))) "0anhsd3gg8cxbf31mn2mimf19ycbbxqvd7ldizk93yq2zfbzzqqa"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments `(#:tests? #f)) ; no "check" target (arguments `(#:tests? #f)) ; no "check" target
(inputs (inputs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment