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

python310Packages.google-cloud-speech: 2.13.1 -> 2.14.0
This commit is contained in:
Fabian Affolter 2022-05-20 08:58:33 +02:00 committed by GitHub
commit 3505e7bf3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-speech";
version = "2.13.1";
version = "2.14.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-JxhIC4OMsXjdJYNDomEhmHPUCzveFS0oeDWsX/wd5zA=";
hash = "sha256-D8t8+rscImUvpHCEFGTzLU5FpAMZ62iHhRfLzUXqGV8=";
};
propagatedBuildInputs = [