python3Packages.google-cloud-speech: 2.4.0 -> 2.6.0

This commit is contained in:
Fabian Affolter 2021-08-09 23:39:05 +02:00 committed by Sandro Jäckel
parent 97ca9a433a
commit a5f2209a20
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "google-cloud-speech";
version = "2.4.0";
version = "2.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "991ee0601bc956110e873aee1a74441d66227b10cd581195575435884384f38b";
sha256 = "sha256-NkUgRYoli/ngoyJmuF9/va7Ao5ouw3cxsbwCrSIaOQc=";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus ];