gnu: bshapr: Update to 0.9.

* gnu/packages/music.scm (bshapr): Update to 0.9.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-24 14:54:00 +02:00
parent b6d2e60175
commit 73f6a2ba54
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -1254,7 +1254,7 @@ B.Choppr is the successor of B.Slizr.")
(package
(inherit bsequencer)
(name "bshapr")
(version "0.8")
(version "0.9")
(source
(origin
(method git-fetch)
@ -1263,8 +1263,7 @@ B.Choppr is the successor of B.Slizr.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0jlq5rjicc4fxlpk869dg0l5bwwz8k9aj2wfk9v89b0qw8l8kaxl"))))
(base32 "04zd3a178i2nivg5rjailzqvc5mlnilmhj1ziygmbhshbrywplri"))))
(synopsis "Beat/envelope shaper LV2 plugin")
(description "B.Shapr is a beat/envelope shaper LV2 plugin.")
(home-page "https://github.com/sjaehn/BShapr")