[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: bshapr: Update to 0.9.
From: |
guix-commits |
Subject: |
02/05: gnu: bshapr: Update to 0.9. |
Date: |
Sat, 25 Jul 2020 07:18:06 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 73f6a2ba54af2cf89692146362e3096ba4f92337
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jul 24 14:54:00 2020 +0200
gnu: bshapr: Update to 0.9.
* gnu/packages/music.scm (bshapr): Update to 0.9.
---
gnu/packages/music.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index fcdacb6..a7e48b3 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")