Unverified Commit c0474a34 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #290851 from fabaff/google-cloud-texttospeech-bump

python311Packages.google-cloud-texttospeech: 2.16.1 -> 2.16.2
parents bbee3862 45a18a39
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -8,20 +8,25 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
}:

buildPythonPackage rec {
  pname = "google-cloud-texttospeech";
  version = "2.16.1";
  format = "setuptools";
  version = "2.16.2";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-8Mgf83pd3FFokpnb1g8DDthVBBY+hvBMmjdf2fpQswQ=";
    hash = "sha256-6qyAnZp9B8XJ61hhORZULLL6UsFPnzHaf/SYn3F/jgw=";
  };

  nativeBuildInputs = [
    setuptools
  ];

  propagatedBuildInputs = [
    google-api-core
    proto-plus