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:
parent
a6f39d7cd5
commit
3805092385
|
@ -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")
|
|
||||||
(revision "2"))
|
|
||||||
(package (inherit gx-guvnor-lv2)
|
(package (inherit gx-guvnor-lv2)
|
||||||
(name "gx-vintage-fuzz-master-lv2")
|
(name "gx-vintage-fuzz-master-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/GxVintageFuzzMaster.lv2")
|
"GxVintageFuzzMaster.lv2/archive/v"
|
||||||
(commit commit)))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06szi6d2iwkygbw5azhwzhcl2as4lmk2gs9hanngsf46a1zbdcp7"))
|
"0bdkfj6xi2g4izfw3pmr4i0nqzg8jnkdwc23x9ifxwc6p1kbayzk"))
|
||||||
(file-name (string-append name "-" version "-checkout"))))
|
(file-name (string-append name "-" version ".tar.gz"))))
|
||||||
(home-page "https://github.com/brummer10/GxVintageFuzzMaster.lv2")
|
(home-page "https://github.com/brummer10/GxVintageFuzzMaster.lv2")
|
||||||
(synopsis "Fuzz effect simulation of the vintage Fuzz Master")
|
(synopsis "Fuzz effect simulation of the vintage Fuzz Master")
|
||||||
(description "This package provides the LV2 plugin
|
(description "This package provides the LV2 plugin
|
||||||
\"GxVintageFuzzMaster\", a simulation of the vintage Fuzz Master pedal."))))
|
\"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")
|
||||||
|
|
Loading…
Reference in New Issue