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

python311Packages.google-cloud-texttospeech: 2.15.0 -> 2.15.1
This commit is contained in:
Nick Cao 2024-01-15 10:50:50 -05:00 committed by GitHub
commit e0e75096e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-cloud-texttospeech";
version = "2.15.0";
version = "2.15.1";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-d4Y+1U94/NLhlMoRPJzF5+QLhzBszsG6MH5G3PgfBzc=";
hash = "sha256-R4ReOtnO/auvNYlHyxlt3eovqkzfyvhkoBHbghpN6vs=";
};
propagatedBuildInputs = [