Skip to content

Commit

Permalink
python312Packages.google-cloud-texttospeech: 2.22.0 -> 2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 15, 2025
1 parent 33d4a16 commit b084944
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

buildPythonPackage rec {
pname = "google-cloud-texttospeech";
version = "2.22.0";
version = "2.24.0";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "google_cloud_texttospeech";
inherit version;
hash = "sha256-y/1VPUDahxxY/2w/gQl8rZ+fDlDm5EcQ0kcthJmpKNI=";
hash = "sha256-yfXzvL5NNF4mcBVTGJD0+ZHXbBnLm2v63A5jxgCxA04=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit b084944

Please sign in to comment.