Commit 7e69fc72 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pymicro-vad: 1.0.2 -> 2.0.1

https://github.com/rhasspy/pymicro-vad/releases/tag/v2.0.1

This commit was automatically generated using update-python-libraries.
parent 0c939f3c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "pymicro-vad";
  version = "1.0.2";
  version = "2.0.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "rhasspy";
    repo = "pymicro-vad";
    tag = version;
    hash = "sha256-yKy/oD6nl2qZW64+aAHZRAEFextCXT6RpMfPThB8DXE=";
    tag = "v${version}";
    hash = "sha256-76/n9p+zulq8Uvqurbi9tNFkBXGchEftwqeFycY3NO0=";
  };

  build-system = [
@@ -33,7 +33,7 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "pymicro_vad" ];

  meta = {
    changelog = "https://github.com/rhasspy/pymicro-vad/releases/tag/${version}";
    changelog = "https://github.com/rhasspy/pymicro-vad/releases/tag/${src.tag}";
    description = "Self-contained voice activity detector";
    homepage = "https://github.com/rhasspy/pymicro-vad";
    license = lib.licenses.asl20;