Unverified Commit ec3ecc1d authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #290111 from mweinelt/wyoming-1.5.3

python311Packages.wyoming: 1.5.2 -> 1.5.3
parents 4585e37a 3c4ce2f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "wyoming";
  version = "1.5.2";
  version = "1.5.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "rhasspy";
    repo = "wyoming";
    rev = "refs/tags/${version}";
    hash = "sha256-2bc5coKL5KlTeL9fdghPmRF66NXfimHOKGtE2yPXgrA=";
    hash = "sha256-SOPkvFMjoDQiWVP39+1Cx4fFmPH8wcBhZhaKapdZaeA=";
  };

  nativeBuildInputs = [
+5 −0
Original line number Diff line number Diff line
@@ -26,6 +26,11 @@ python3.pkgs.buildPythonApplication rec {

  nativeBuildInputs = with python3.pkgs; [
    setuptools
    pythonRelaxDepsHook
  ];

  pythonRelaxDeps = [
    "wyoming"
  ];

  propagatedBuildInputs = with python3.pkgs; [
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

python3Packages.buildPythonApplication rec {
  pname = "wyoming-openwakeword";
  version = "1.9.0";
  version = "1.10.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "rhasspy";
    repo = "wyoming-openwakeword";
    rev = "refs/tags/v${version}";
    hash = "sha256-NceUFsIKZO6DOXae3QJ7JJGc7QdDHkMh20eLvl12p4U=";
    hash = "sha256-5suYJ+Z6ofVAysoCdHi5b5K0JTYaqeFZ32Cm76wC5LU=";
  };

  nativeBuildInputs = with python3Packages; [