guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 01fe048ea93645ee8eb63eadc709b455b49171ca
Author: Sughosha <[email protected]>
AuthorDate: Sun Oct 26 21:02:10 2025 +0530
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
---
gnu/packages/music.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 45263cad70..ef6a31126d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -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).