~ruther/guix-local

01fe048ea93645ee8eb63eadc709b455b49171ca — Sughosha 4 months ago dddd4a1
gnu: bchoppr: Update to 1.12.6.

* gnu/packages/music.scm (bchoppr): Update to 1.12.6.
[source]: Clone recursively for BWidgets.

Change-Id: Ic8bff794bebb64c6258028ce51d792df65857885
1 files changed, 4 insertions(+), 3 deletions(-)

M gnu/packages/music.scm
M gnu/packages/music.scm => gnu/packages/music.scm +4 -3
@@ 2026,16 2026,17 @@ with a selectable pattern matrix size.")
  (package
    (inherit bsequencer)
    (name "bchoppr")
    (version "1.12.0")
    (version "1.12.6")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/sjaehn/BChoppr")
             (commit version)))
             (commit version)
             (recursive? #t))) ;for BWidgets
       (file-name (git-file-name name version))
       (sha256
        (base32 "1jfp98qa0frmdybrg71fn8wxn1b3ginkbkcg9cz9y83j1m0jqrif"))))
        (base32 "010z75zn07ab907rbbg5srr5jmpqc8ww4rfz56asxfsn98nyi8px"))))
    (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).