python311Packages.google-cloud-speech: 2.24.1 -> 2.25.0

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-speech-v2.25.0/packages/google-cloud-speech/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-02-23 11:55:27 +01:00
parent ef64733b37
commit 3420629c6e

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-speech";
version = "2.24.1";
version = "2.25.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-aPW5m1cZNXpbiWCUQs104QH+/rVueanW0yE5TCdgWoQ=";
hash = "sha256-Bwt6c3Ndhxzc9VkCOOnE/1m7X1JBcodrpVZGtcXrhrg=";
};
nativeBuildInputs = [