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

R. Ryantm 6cfff514 53158111

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-texttospeech/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "google-cloud-texttospeech"; 17 - version = "2.29.0"; 17 + version = "2.31.0"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.8"; ··· 22 22 src = fetchPypi { 23 23 pname = "google_cloud_texttospeech"; 24 24 inherit version; 25 - hash = "sha256-LAtzeLp2OfcHN/SjneJJPTDIXTh7jBaCLG5+EAwcdaM="; 25 + hash = "sha256-HwwMZEjxdeHi9j2W+xOvXZq+5pcLuyLB5ANvUxNqVYg="; 26 26 }; 27 27 28 28 build-system = [ setuptools ];