diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-24 14:54:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-25 13:13:10 +0200 |
commit | 73f6a2ba54af2cf89692146362e3096ba4f92337 (patch) | |
tree | 05af7b6cf0dada96c1a9e615880b91c77cd9aee7 /gnu/packages/music.scm | |
parent | b6d2e60175c0d9e8775853ac26f0749913a3c4eb (diff) | |
download | guix-73f6a2ba54af2cf89692146362e3096ba4f92337.tar guix-73f6a2ba54af2cf89692146362e3096ba4f92337.tar.gz |
gnu: bshapr: Update to 0.9.
* gnu/packages/music.scm (bshapr): Update to 0.9.
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r-- | gnu/packages/music.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index fcdacb66be..a7e48b3ebb 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -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") |