Merge pull request #146016 from r-ryantm/auto-update/python38Packages.google-cloud-speech

This commit is contained in:
Sandro 2021-11-14 21:47:25 +01:00 committed by GitHub
commit 80c965a79b
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.0";
version = "2.11.1";
src = fetchPypi {
inherit pname version;
sha256 = "e2833cdb41ac3604011475f3656ac8abf67024cdbb0d3085fadb80d7dfea3fcc";
sha256 = "3a15400d2fab2ec161c9b647730e8ba92feb9cbe6a1c0c7734ec8e8941290dbd";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus ];