summaryrefslogtreecommitdiff
path: root/gnu/packages/music.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-29 21:11:50 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-31 00:57:06 +0200
commitb8da019283692392a3b11922d23fc6ebdff43808 (patch)
tree3caaa70177a50c3a30065c0ed21af08afdbff4aa /gnu/packages/music.scm
parent9c1a1c3b36cf1896a4f2040c5e21be34f4c9c3fc (diff)
downloadguix-patches-b8da019283692392a3b11922d23fc6ebdff43808.tar
guix-patches-b8da019283692392a3b11922d23fc6ebdff43808.tar.gz
gnu: bshapr: Update to 0.13.
* gnu/packages/music.scm (bshapr): Update to 0.13.
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r--gnu/packages/music.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index b652da5e77..d711b85088 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1926,7 +1926,7 @@ B.Choppr is the successor of B.Slizr.")
(package
(inherit bsequencer)
(name "bshapr")
- (version "0.9")
+ (version "0.13")
(source
(origin
(method git-fetch)
@@ -1935,7 +1935,7 @@ B.Choppr is the successor of B.Slizr.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "04zd3a178i2nivg5rjailzqvc5mlnilmhj1ziygmbhshbrywplri"))))
+ (base32 "1qr3fxqcplgb6iqi2vxc27jghhv6qsidww2by15zb2vs34yh73pl"))))
(synopsis "Beat/envelope shaper LV2 plugin")
(description "B.Shapr is a beat/envelope shaper LV2 plugin.")
(home-page "https://github.com/sjaehn/BShapr")