gnu: bchoppr: Update to 1.12.0.
* gnu/packages/music.scm (bchoppr): Update to 1.12.0.
This commit is contained in:
parent
c585b4bc68
commit
238d983b4e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2014, 2019 Eric Bavier <bavier@member.fsf.org>
|
||||
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
|
||||
;;; Copyright © 2016 Al McElrath <hello@yrns.org>
|
||||
;;; Copyright © 2016, 2017, 2019, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
|
||||
|
@ -1910,7 +1910,7 @@ with a selectable pattern matrix size.")
|
|||
(package
|
||||
(inherit bsequencer)
|
||||
(name "bchoppr")
|
||||
(version "1.10.10")
|
||||
(version "1.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1919,7 +1919,7 @@ with a selectable pattern matrix size.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0gxz0cpxdfj7ajcd9yg05d26i7p24mx5865vy3ph76ni8kycdlrc"))))
|
||||
(base32 "1jfp98qa0frmdybrg71fn8wxn1b3ginkbkcg9cz9y83j1m0jqrif"))))
|
||||
(synopsis "Audio stream-chopping LV2 plugin")
|
||||
(description "B.Choppr cuts the audio input stream into a repeated
|
||||
sequence of up to 16 chops. Each chop can be leveled up or down (gating).
|
||||
|
|
Reference in a new issue