gnu: gx-voodoo-fuzz-lv2: Update to 0.1.
* gnu/packages/music.scm (gx-voodoo-fuzz-lv2): Update to 0.1.
This commit is contained in:
parent
ad67ca3d41
commit
cf44ebebc4
|
@ -2490,26 +2490,24 @@ saturation effect."))))
|
||||||
simulation of the Hyperion Fuzz pedal.")))
|
simulation of the Hyperion Fuzz pedal.")))
|
||||||
|
|
||||||
(define-public gx-voodoo-fuzz-lv2
|
(define-public gx-voodoo-fuzz-lv2
|
||||||
(let ((commit "aec7889b489385e8add06126e7a36ae2e26254b1")
|
|
||||||
(revision "2"))
|
|
||||||
(package (inherit gx-guvnor-lv2)
|
(package (inherit gx-guvnor-lv2)
|
||||||
(name "gx-voodoo-fuzz-lv2")
|
(name "gx-voodoo-fuzz-lv2")
|
||||||
(version (string-append "0-" revision "." (string-take commit 9)))
|
(version "0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method url-fetch)
|
||||||
(uri (git-reference
|
(uri (string-append "https://github.com/brummer10/"
|
||||||
(url "https://github.com/brummer10/GxVoodoFuzz.lv2")
|
"GxVoodoFuzz.lv2/archive/v"
|
||||||
(commit commit)))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mc41ldlv89069iaysnfiqxy5h5sr8mdi5cxm3ij5q5v4jv3viwx"))
|
"0cc8sg7q493bs6pcq4ipqp6czpxv04nh9yvn8kq2x65ni2208n2f"))
|
||||||
(file-name (string-append name "-" version "-checkout"))))
|
(file-name (string-append name "-" version ".tar.gz"))))
|
||||||
(home-page "https://github.com/brummer10/GxVoodoFuzz.lv2")
|
(home-page "https://github.com/brummer10/GxVoodoFuzz.lv2")
|
||||||
(synopsis "Fuzz effect modelled after the Voodoo Lab SuperFuzz")
|
(synopsis "Fuzz effect modelled after the Voodoo Lab SuperFuzz")
|
||||||
(description "This package provides the LV2 plugin \"GxVoodooFuzz\", a
|
(description "This package provides the LV2 plugin \"GxVoodooFuzz\", a
|
||||||
simulation modelled after the Voodoo Lab SuperFuzz pedal. It's basically a
|
simulation modelled after the Voodoo Lab SuperFuzz pedal. It's basically a
|
||||||
Bosstone circuit, followed by the tone control of the FoxToneMachine in
|
Bosstone circuit, followed by the tone control of the FoxToneMachine in
|
||||||
parallel with a DarkBooster, followed by a volume control."))))
|
parallel with a DarkBooster, followed by a volume control.")))
|
||||||
|
|
||||||
(define-public gx-super-fuzz-lv2
|
(define-public gx-super-fuzz-lv2
|
||||||
(let ((commit "f40389575812c909007d140d327ce579930b71f7")
|
(let ((commit "f40389575812c909007d140d327ce579930b71f7")
|
||||||
|
|
Loading…
Reference in New Issue