me
/
guix
Archived
1
0
Fork 0

gnu: qtractor: Update to 0.9.28.

* gnu/packages/music.scm (qtractor): Update to 0.9.28.
master
Tobias Geerinckx-Rice 2022-10-16 02:00:00 +02:00
parent 8c4ef41622
commit 9f3d6e2885
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3289,14 +3289,14 @@ from the command line.")
(define-public qtractor (define-public qtractor
(package (package
(name "qtractor") (name "qtractor")
(version "0.9.27") (version "0.9.28")
(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
"11131hb6n13n51rr319jhaa9jjxl9q8n9vkxq3si7gcxlli6pdbs")))) "0ma8d1jsilhigvrgk0a5y9cwg38plsadynp66jdzd8mx08w5pn4p"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ; no "check" target `(#:tests? #f)) ; no "check" target