3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #136319 from r-ryantm/auto-update/python3.8-google-cloud-speech

python38Packages.google-cloud-speech: 2.7.0 -> 2.8.0
This commit is contained in:
Sandro 2021-09-05 03:42:46 +02:00 committed by GitHub
commit 7c551b7788
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.7.0";
version = "2.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "3c2d533a524d35c036d0387e8b2e0c7ce6aa7cdaa80392ec7fe68bce6cd2f152";
sha256 = "3750fd988082b880ed1ec6f3d59c4f29f4cd0df3804a58d6c151d4bf15d3a597";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus ];