Merge pull request #155738 from r-ryantm/auto-update/python310Packages.google-cloud-speech

This commit is contained in:
Sandro 2022-01-20 00:44:07 +01:00 committed by GitHub
commit 9f0febb7a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];