1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 00:50:35 +02:00

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
This commit is contained in:
Sughosha
2025-10-26 21:02:10 +05:30
parent dddd4a1173
commit 01fe048ea9

View File

@@ -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).