gnu: swh-plugins-lv2: Fetch sources from git.

* gnu/packages/audio.scm (swh-plugins-lv2)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-10 22:49:57 +01:00
parent 917dc89672
commit 2ae2395422
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 5 deletions

View File

@ -610,13 +610,14 @@ envelope follower, distortion effects, tape effects and more.")
(name "swh-plugins-lv2") (name "swh-plugins-lv2")
(version "1.0.16") (version "1.0.16")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/swh/" (uri (git-reference
"lv2/archive/v" version ".tar.gz")) (url "https://github.com/swh/lv2.git")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0j1mih0lp4fds07knp5i32in515sh0df1qi6694pmyz2wqnm295w")))) "0y7nnww864mm4k6ayy2lhcws3wlbhb2gkyjbrwk921fvc18qk9mz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no check target `(#:tests? #f ; no check target