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

This commit is contained in:
R. Ryantm
2026-06-05 11:31:21 +00:00
parent 6718660a6a
commit aa0da5f268
@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "google-cloud-speech";
version = "2.38.0";
version = "2.40.0";
pyproject = true;
src = fetchPypi {
pname = "google_cloud_speech";
inherit version;
hash = "sha256-GFS1HLt5Vyc7a6YfSmz0neyNCexFCZFYeJflAmfqylE=";
hash = "sha256-6J5ojkzguSZ1QDi/mS0NDwZcXxw1A7sg5sRtCLY2WPw=";
};
build-system = [ setuptools ];