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

This commit is contained in:
R. Ryantm
2026-03-29 06:41:32 +00:00
parent d6f54b9761
commit ef2e80e95a
@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "google-cloud-speech";
version = "2.36.0";
version = "2.38.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_speech";
inherit version;
hash = "sha256-OkRaAzzHdy99BzwDFCp+gASEFdtCmBNyxrge3Hah4no=";
hash = "sha256-GFS1HLt5Vyc7a6YfSmz0neyNCexFCZFYeJflAmfqylE=";
};
build-system = [ setuptools ];