python312Packages.google-cloud-texttospeech: 2.16.3 -> 2.16.4

This commit is contained in:
R. Ryantm 2024-07-09 02:16:14 +00:00
parent 655a58a72a
commit 70454d912c

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "google-cloud-texttospeech";
version = "2.16.3";
version = "2.16.4";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-+rwxUDLRN9oHELtMJoc00zYhLY+oMWsjsnfdOoTOchw=";
hash = "sha256-B7fioSbikhnSAk3WnkDLMf8IBb2uSVfcukUsatSGJAU=";
};
nativeBuildInputs = [ setuptools ];