python3Packages.google-cloud-speech: 2.34.0 -> 2.36.0

https://github.com/googleapis/google-cloud-python/blob/google-cloud-speech-v2.36.0/packages/google-cloud-speech/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:12 +01:00
parent 0a3bcad63f
commit fce705d935
@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "google-cloud-speech";
version = "2.34.0";
version = "2.36.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_speech";
inherit version;
hash = "sha256-Knv/2E8TS5twyfEcu1CIxTT5K+FJ1x2Qc9C53TpDGs8=";
hash = "sha256-OkRaAzzHdy99BzwDFCp+gASEFdtCmBNyxrge3Hah4no=";
};
build-system = [ setuptools ];