mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: bshapr: Update to 0.13.
* gnu/packages/music.scm (bshapr): Update to 0.13.
This commit is contained in:
parent
9c1a1c3b36
commit
b8da019283
1 changed files with 2 additions and 2 deletions
|
@ -1926,7 +1926,7 @@ (define-public bshapr
|
||||||
(package
|
(package
|
||||||
(inherit bsequencer)
|
(inherit bsequencer)
|
||||||
(name "bshapr")
|
(name "bshapr")
|
||||||
(version "0.9")
|
(version "0.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1935,7 +1935,7 @@ (define-public bshapr
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04zd3a178i2nivg5rjailzqvc5mlnilmhj1ziygmbhshbrywplri"))))
|
(base32 "1qr3fxqcplgb6iqi2vxc27jghhv6qsidww2by15zb2vs34yh73pl"))))
|
||||||
(synopsis "Beat/envelope shaper LV2 plugin")
|
(synopsis "Beat/envelope shaper LV2 plugin")
|
||||||
(description "B.Shapr is a beat/envelope shaper LV2 plugin.")
|
(description "B.Shapr is a beat/envelope shaper LV2 plugin.")
|
||||||
(home-page "https://github.com/sjaehn/BShapr")
|
(home-page "https://github.com/sjaehn/BShapr")
|
||||||
|
|
Loading…
Reference in a new issue