python3Packages.google-cloud-speech: 2.2.0 -> 2.2.1

This commit is contained in:
Sandro Jäckel 2021-04-05 05:00:44 +02:00
parent fa2b892422
commit c280fb821e

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-speech";
version = "2.2.0";
version = "2.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "013279a411644545ee0d67a5c077d0f19db58b846d758f36a8cc759f9c9e0a19";
sha256 = "sha256-AviYDI68Z11M/rqHgQTQugYNemPTA5nW4aVQTiwMYxI=";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus ];