Commit 0fcc084e authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.google-cloud-texttospeech: 2.27.0 -> 2.29.0

parent 925947a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "google-cloud-texttospeech";
  version = "2.27.0";
  version = "2.29.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "google_cloud_texttospeech";
    inherit version;
    hash = "sha256-lKOCyVt8xY79JQWiTClo4mFPxr3512+5qBnU7SmuGI4=";
    hash = "sha256-LAtzeLp2OfcHN/SjneJJPTDIXTh7jBaCLG5+EAwcdaM=";
  };

  build-system = [ setuptools ];