3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: qtractor: Update to 0.8.6.

* gnu/packages/music.scm (qtractor): Update to 0.8.6.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-31 03:22:30 +01:00
parent fc12c5237c
commit 3001234da2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2171,14 +2171,14 @@ from the command line.")
(define-public qtractor
(package
(name "qtractor")
(version "0.8.5")
(version "0.8.6")
(source (origin
(method url-fetch)
(uri (string-append "http://downloads.sourceforge.net/qtractor/"
"qtractor-" version ".tar.gz"))
(sha256
(base32
"0anhsd3gg8cxbf31mn2mimf19ycbbxqvd7ldizk93yq2zfbzzqqa"))))
"0qf75bccsyplx6fcaz48k6027yp06zhl8ixhhjdbr30xgpslnjm3"))))
(build-system gnu-build-system)
(arguments `(#:tests? #f)) ; no "check" target
(inputs