gnu: gx-suppa-tone-bender-lv2: Fetch sources from git.
* gnu/packages/music.scm (gx-suppa-tone-bender-lv2)[source]: Fetch from git.
This commit is contained in:
parent
45ab28a713
commit
48b95a193c
|
@ -2796,14 +2796,14 @@ simulation of a push pull transistor fuzz effect with added high octave."))))
|
||||||
(name "gx-suppa-tone-bender-lv2")
|
(name "gx-suppa-tone-bender-lv2")
|
||||||
(version "0.1")
|
(version "0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/brummer10/"
|
(uri (git-reference
|
||||||
"GxSuppaToneBender.lv2/archive/v"
|
(url "https://github.com/brummer10/GxSuppaToneBender.lv2.git")
|
||||||
version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j90fns87035sfr6bxs4cvqxbyy3pqjhihx1nis8xajn202nl1hx"))
|
"01x6bjmllkmvxfzc5xwdix7w021j26js71awv728cxsmkxgqw0zy"))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))))
|
|
||||||
(home-page "https://github.com/brummer10/GxSuppaToneBender.lv2")
|
(home-page "https://github.com/brummer10/GxSuppaToneBender.lv2")
|
||||||
(synopsis "Simulation of the Vox Suppa Tone Bender pedal")
|
(synopsis "Simulation of the Vox Suppa Tone Bender pedal")
|
||||||
(description "This package provides the LV2 plugin
|
(description "This package provides the LV2 plugin
|
||||||
|
|
Loading…
Reference in New Issue