mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: gx-saturator-lv2: Update to 0-4.2142b14.
* gnu/packages/music.scm (gx-saturator-lv2): Update to 0-4.2142b14. [version]: Use GIT-VERSION. [source]: Use GIT-FILE-NAME. Change-Id: I848667b0a6e43e9aab119e557c3b257f76bd4f1c
This commit is contained in:
parent
746a940822
commit
99bc1755a7
1 changed files with 5 additions and 5 deletions
|
@ -4759,11 +4759,11 @@ (define-public gx-suppa-tone-bender-lv2
|
|||
pedal.")))
|
||||
|
||||
(define-public gx-saturator-lv2
|
||||
(let ((commit "605330f432c94b6eb3f8203cbe472befae959532")
|
||||
(revision "3"))
|
||||
(let ((commit "2142b14a86a4e6f2ab69446160d90f23b1ed3939")
|
||||
(revision "4"))
|
||||
(package (inherit gx-vbass-preamp-lv2)
|
||||
(name "gx-saturator-lv2")
|
||||
(version (string-append "0-" revision "." (string-take commit 9)))
|
||||
(version (git-version "0" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -4771,8 +4771,8 @@ (define-public gx-saturator-lv2
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"1w4nvh0rmxrv3s3hmh4fs74f3hc0jn31v00j769j7v68mqr7kawy"))
|
||||
(file-name (string-append name "-" version "-checkout"))))
|
||||
"16mq0k50pachg61vw88hjmyla5zwy0drfhi4d3f9hviivcfigg03"))
|
||||
(file-name (git-file-name name version))))
|
||||
(home-page "https://github.com/brummer10/GxSaturator.lv2")
|
||||
(synopsis "Saturation effect")
|
||||
(description "This package provides the LV2 plugin \"GxSaturator\", a
|
||||
|
|
Loading…
Reference in a new issue