python38Packages.google-cloud-texttospeech: 2.7.0 -> 2.7.1

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-texttospeech/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "google-cloud-texttospeech"; 14 - version = "2.7.0"; 14 + version = "2.7.1"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "50c49005c7a807950eed730faa386fcef1dc6f5c4c351c6d6470fd211f23f973"; 18 + sha256 = "e81beafa612f288fe74db55dd3a409f96cb01d2bac117bcd06a4e5b427d81476"; 19 19 }; 20 20 21 21 propagatedBuildInputs = [ libcst google-api-core proto-plus ];