gnu: gx-voodoo-fuzz-lv2: Update to 0.1.

* gnu/packages/music.scm (gx-voodoo-fuzz-lv2): Update to 0.1.
master
Ricardo Wurmus 2017-04-10 17:54:16 +02:00
parent ad67ca3d41
commit cf44ebebc4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 16 additions and 18 deletions

View File

@ -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") (package (inherit gx-guvnor-lv2)
(revision "2")) (name "gx-voodoo-fuzz-lv2")
(package (inherit gx-guvnor-lv2) (version "0.1")
(name "gx-voodoo-fuzz-lv2") (source (origin
(version (string-append "0-" revision "." (string-take commit 9))) (method url-fetch)
(source (origin (uri (string-append "https://github.com/brummer10/"
(method git-fetch) "GxVoodoFuzz.lv2/archive/v"
(uri (git-reference version ".tar.gz"))
(url "https://github.com/brummer10/GxVoodoFuzz.lv2") (sha256
(commit commit))) (base32
(sha256 "0cc8sg7q493bs6pcq4ipqp6czpxv04nh9yvn8kq2x65ni2208n2f"))
(base32 (file-name (string-append name "-" version ".tar.gz"))))
"0mc41ldlv89069iaysnfiqxy5h5sr8mdi5cxm3ij5q5v4jv3viwx")) (home-page "https://github.com/brummer10/GxVoodoFuzz.lv2")
(file-name (string-append name "-" version "-checkout")))) (synopsis "Fuzz effect modelled after the Voodoo Lab SuperFuzz")
(home-page "https://github.com/brummer10/GxVoodoFuzz.lv2") (description "This package provides the LV2 plugin \"GxVoodooFuzz\", a
(synopsis "Fuzz effect modelled after the Voodoo Lab SuperFuzz")
(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")