Merge pull request #195504 from r-ryantm/auto-update/python310Packages.google-cloud-texttospeech

This commit is contained in:
Sandro 2022-10-11 11:47:17 +02:00 committed by GitHub
commit 1171dce370
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.12.2";
version = "2.12.3";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-z/rOMqQ+UkJl8zw55JP54+s+Qk+gHxmuBDjZaz3Qacs=";
hash = "sha256-gnSl/W0mTv6It//+xV5ti0Rd6io1Gh4yxd0arrbEPtQ=";
};
propagatedBuildInputs = [