python3Packages.pysilero-vad: 2.1.0 -> 2.1.1 (#427206)

This commit is contained in:
Martin Weinelt 2025-07-22 12:28:18 +02:00 committed by GitHub
commit e9614705f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,20 +17,18 @@
buildPythonPackage rec {
pname = "pysilero-vad";
version = "2.1.0";
version = "2.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "rhasspy";
repo = "pysilero-vad";
tag = "v${version}";
hash = "sha256-h49AD3ICh0NYyh2EDogynQ0qgkKCAQTVKS9rbXbrqPE=";
hash = "sha256-zxvYvPnL99yIVHrzbRbKmTazzlefOS+s2TAWLweRSYE=";
};
build-system = [ setuptools ];
pythonRelaxDeps = [ "numpy" ];
dependencies = [
numpy
onnxruntime