gnu: gx-vintage-fuzz-master-lv2: Update to 0.1.

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

View File

@ -2530,24 +2530,22 @@ pot, which is usualy in the housing, is exposed as a control parameter. It
adjusts the amount of harmonics."))) adjusts the amount of harmonics.")))
(define-public gx-vintage-fuzz-master-lv2 (define-public gx-vintage-fuzz-master-lv2
(let ((commit "0fec0bc1e8a8ba909a68e916e036138a3425d7db") (package (inherit gx-guvnor-lv2)
(revision "2")) (name "gx-vintage-fuzz-master-lv2")
(package (inherit gx-guvnor-lv2) (version "0.1")
(name "gx-vintage-fuzz-master-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) "GxVintageFuzzMaster.lv2/archive/v"
(uri (git-reference version ".tar.gz"))
(url "https://github.com/brummer10/GxVintageFuzzMaster.lv2") (sha256
(commit commit))) (base32
(sha256 "0bdkfj6xi2g4izfw3pmr4i0nqzg8jnkdwc23x9ifxwc6p1kbayzk"))
(base32 (file-name (string-append name "-" version ".tar.gz"))))
"06szi6d2iwkygbw5azhwzhcl2as4lmk2gs9hanngsf46a1zbdcp7")) (home-page "https://github.com/brummer10/GxVintageFuzzMaster.lv2")
(file-name (string-append name "-" version "-checkout")))) (synopsis "Fuzz effect simulation of the vintage Fuzz Master")
(home-page "https://github.com/brummer10/GxVintageFuzzMaster.lv2") (description "This package provides the LV2 plugin
(synopsis "Fuzz effect simulation of the vintage Fuzz Master") \"GxVintageFuzzMaster\", a simulation of the vintage Fuzz Master pedal.")))
(description "This package provides the LV2 plugin
\"GxVintageFuzzMaster\", a simulation of the vintage Fuzz Master pedal."))))
(define-public gx-slow-gear-lv2 (define-public gx-slow-gear-lv2
(let ((commit "cb852e0426f4e6fe077e7f1ede73a4da335cfc5e") (let ((commit "cb852e0426f4e6fe077e7f1ede73a4da335cfc5e")