gnu: vamp: Update to 2.6.
* gnu/packages/audio.scm (vamp): Update to 2.6.
This commit is contained in:
parent
b7ed678494
commit
b1fb59d3ef
|
@ -1232,17 +1232,16 @@ disks as various audio file formats.")
|
||||||
(define-public vamp
|
(define-public vamp
|
||||||
(package
|
(package
|
||||||
(name "vamp")
|
(name "vamp")
|
||||||
(version "2.5")
|
(version "2.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"https://code.soundsoftware.ac.uk"
|
"https://code.soundsoftware.ac.uk"
|
||||||
"/attachments/download/690/vamp-plugin-sdk-"
|
"/attachments/download/1514/vamp-plugin-sdk-"
|
||||||
version
|
version ".tar.gz"))
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"178kfgq08cmgdzv7g8dwyjp4adwx8q04riimncq4nqkm8ng9ywbv"))))
|
"1s986w0mfh1m0870qd7i50hdzayls8kc3shfqf9651jzwdk34lxa"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
|
|
Loading…
Reference in New Issue