python311Packages.google-cloud-speech: 2.21.0 -> 2.21.1

Changelog: https://github.com/googleapis/python-speech/blob/v2.21.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-10-23 16:39:04 +02:00
parent 58c53b1a54
commit 6fe5212515

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-speech";
version = "2.21.0";
version = "2.21.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Zhw5u7bysha6VqzjsIcmDpd43Rmt6e+jcAre6SWACa0=";
hash = "sha256-STU3XqrxhlblPiYxdwudV56Ay07Bs9Rt0jNG94mqAWo=";
};
propagatedBuildInputs = [