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

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:20 +02:00
parent 73b2209b72
commit 51db17406a

View File

@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-mR7gYBvJVhEOhzruGnREHWYiexDNWBGVV1Q1iEOE84s=";
sha256 = "991ee0601bc956110e873aee1a74441d66227b10cd581195575435884384f38b";
};
propagatedBuildInputs = [ libcst google-api-core proto-plus ];