python310Packages.google-cloud-speech: 2.11.1 -> 2.12.0

This commit is contained in:
R. Ryantm 2022-01-19 21:53:25 +00:00
parent 2d207146ee
commit cf194c51e4

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-speech";
version = "2.11.1";
version = "2.12.0";
src = fetchPypi {
inherit pname version;
sha256 = "3a15400d2fab2ec161c9b647730e8ba92feb9cbe6a1c0c7734ec8e8941290dbd";
sha256 = "acbf9948ce3870c72b45089356985de9df3cd881830d1127a10cb80ada9786c7";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus ];