mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: vamp: Update to new upstream source (without version number bump).
Upstream changed the tarball contents without changing the version number. * gnu/packages/audio.scm (vamp)[source]: Update source URI and hash.
This commit is contained in:
parent
0a143f673c
commit
494e9b9167
1 changed files with 2 additions and 2 deletions
|
@ -1332,11 +1332,11 @@ (define-public vamp
|
|||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://code.soundsoftware.ac.uk"
|
||||
"/attachments/download/1514/vamp-plugin-sdk-"
|
||||
"/attachments/download/1520/vamp-plugin-sdk-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1s986w0mfh1m0870qd7i50hdzayls8kc3shfqf9651jzwdk34lxa"))))
|
||||
"0pzq0yy2kdl3jgfc2aqmh5m55nk1ild0hq8mydiiw35c6y0mglyh"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
|
|
Loading…
Reference in a new issue