summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-29 21:11:40 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-31 00:57:06 +0200
commit9c1a1c3b36cf1896a4f2040c5e21be34f4c9c3fc (patch)
tree15843cbbb29a96e3148e10cd8a1c8d4d5c0b0a74
parent3df874deb900f8da2a832a804bcf2074171efc62 (diff)
downloadguix-patches-9c1a1c3b36cf1896a4f2040c5e21be34f4c9c3fc.tar
guix-patches-9c1a1c3b36cf1896a4f2040c5e21be34f4c9c3fc.tar.gz
gnu: bchoppr: Update to 1.10.10.
* gnu/packages/music.scm (bchoppr): Update to 1.10.10.
-rw-r--r--gnu/packages/music.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 7c12d158fa..b652da5e77 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1905,7 +1905,7 @@ with a selectable pattern matrix size.")
(package
(inherit bsequencer)
(name "bchoppr")
- (version "1.8.0")
+ (version "1.10.10")
(source
(origin
(method git-fetch)
@@ -1914,8 +1914,7 @@ with a selectable pattern matrix size.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32
- "1nd6byy75f0rbz9dm9drhxmpsfhxhg0y7q3v2m3098llynhy9k2j"))))
+ (base32 "0gxz0cpxdfj7ajcd9yg05d26i7p24mx5865vy3ph76ni8kycdlrc"))))
(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).