Unverified Commit ae9c80a0 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pysilero-vad: 2.1.0 -> 2.1.1

parent 26a72a8d
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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