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

Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-speech-v2.25.1/packages/google-cloud-speech/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-03-06 22:57:57 +01:00
parent 66691a90c6
commit c49f58c551

View file

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