mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: bchoppr: Update to 1.8.0.
* gnu/packages/music.scm (bchoppr): Update to 1.8.0.
This commit is contained in:
parent
c41a8572ef
commit
d5d2685adf
1 changed files with 10 additions and 10 deletions
|
@ -1266,17 +1266,17 @@ (define-public bchoppr
|
|||
(package
|
||||
(inherit bsequencer)
|
||||
(name "bchoppr")
|
||||
(version "1.4.2")
|
||||
(version "1.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/sjaehn/BChoppr")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ympx0kyn3mkb23xgd44rlrf4qnngnlkmikz9syhayklgax7ijgm"))))
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/sjaehn/BChoppr")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nd6byy75f0rbz9dm9drhxmpsfhxhg0y7q3v2m3098llynhy9k2j"))))
|
||||
(synopsis "Audio stream-chopping LV2 plugin")
|
||||
(description "B.Choppr cuts the audio input stream into a repeated
|
||||
sequence of up to 16 chops. Each chop can be leveled up or down (gating).
|
||||
|
|
Loading…
Reference in a new issue