diff options
| author | Sughosha <sughosha@disroot.org> | 2025-10-26 21:02:10 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2025-10-26 21:02:29 +0530 |
| commit | 01fe048ea93645ee8eb63eadc709b455b49171ca (patch) | |
| tree | 5773abf2b1e8499054b8eca1b730b33cbe778bcc | |
| parent | dddd4a1173cb783b3f05bdd8df653b2553d2a0de (diff) | |
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
| -rw-r--r-- | gnu/packages/music.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 45263cad70e..ef6a31126d0 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm | |||
| @@ -2026,16 +2026,17 @@ with a selectable pattern matrix size.") | |||
| 2026 | (package | 2026 | (package |
| 2027 | (inherit bsequencer) | 2027 | (inherit bsequencer) |
| 2028 | (name "bchoppr") | 2028 | (name "bchoppr") |
| 2029 | (version "1.12.0") | 2029 | (version "1.12.6") |
| 2030 | (source | 2030 | (source |
| 2031 | (origin | 2031 | (origin |
| 2032 | (method git-fetch) | 2032 | (method git-fetch) |
| 2033 | (uri (git-reference | 2033 | (uri (git-reference |
| 2034 | (url "https://github.com/sjaehn/BChoppr") | 2034 | (url "https://github.com/sjaehn/BChoppr") |
| 2035 | (commit version))) | 2035 | (commit version) |
| 2036 | (recursive? #t))) ;for BWidgets | ||
| 2036 | (file-name (git-file-name name version)) | 2037 | (file-name (git-file-name name version)) |
| 2037 | (sha256 | 2038 | (sha256 |
| 2038 | (base32 "1jfp98qa0frmdybrg71fn8wxn1b3ginkbkcg9cz9y83j1m0jqrif")))) | 2039 | (base32 "010z75zn07ab907rbbg5srr5jmpqc8ww4rfz56asxfsn98nyi8px")))) |
| 2039 | (synopsis "Audio stream-chopping LV2 plugin") | 2040 | (synopsis "Audio stream-chopping LV2 plugin") |
| 2040 | (description "B.Choppr cuts the audio input stream into a repeated | 2041 | (description "B.Choppr cuts the audio input stream into a repeated |
| 2041 | sequence of up to 16 chops. Each chop can be leveled up or down (gating). | 2042 | sequence of up to 16 chops. Each chop can be leveled up or down (gating). |
