lol

python3Packages.google-cloud-texttospeech: 2.26.0 -> 2.27.0

R. Ryantm eafac01f 6983909b

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-texttospeech/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "google-cloud-texttospeech"; 17 - version = "2.26.0"; 17 + version = "2.27.0"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.8"; ··· 22 22 src = fetchPypi { 23 23 pname = "google_cloud_texttospeech"; 24 24 inherit version; 25 - hash = "sha256-Q68biKa5vs3mmju/iqgM36XxL4mZ5WvPnew3Q1Ttf2o="; 25 + hash = "sha256-lKOCyVt8xY79JQWiTClo4mFPxr3512+5qBnU7SmuGI4="; 26 26 }; 27 27 28 28 build-system = [ setuptools ];