Archived
1
0
Fork 0

gnu: qtractor: Update to 0.9.19.

* gnu/packages/music.scm (qtractor): Update to 0.9.19.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-01 21:53:33 +01:00
parent 29889682b0
commit a4ca7912d3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2913,14 +2913,14 @@ from the command line.")
(define-public qtractor (define-public qtractor
(package (package
(name "qtractor") (name "qtractor")
(version "0.9.18") (version "0.9.19")
(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
"121vmygdzp37p6f93f8dbbg2m2r55j7amyiapzkqgypgn4vfdbwr")))) "0gdr1hvda56vmv4998z9xcqsp7da6lplj00f217x9g2i2snyvkzp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f)) ; no "check" target `(#:tests? #f)) ; no "check" target